From 96808c892fd8300f59406b65c72c0a48e9c9c899 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 7 Nov 2016 15:54:17 +0000 Subject: [PATCH] Correct NOAA WX weather product URL regression One piecemeal use of the retired weather.noaa.gov/pub URL was missed in the correlate() function, causing it to be reintroduced for zone-based reports (such as forecasts) in a subsequent correlation dataset update. Correct the invalid URLs in the zones file, and update the correlation routine to embed the correct and working tgftp.nws.noaa.gov hostname instead. --- weather.py | 9 +- zones | 145156 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 72583 insertions(+), 72582 deletions(-) diff --git a/weather.py b/weather.py index a8ff613..c375f95 100644 --- a/weather.py +++ b/weather.py @@ -1531,12 +1531,13 @@ def correlate(): zones[zone]["description"] = description for line in data[1:]: line = line.decode("latin1").strip() - urimatch = re.match("/webdocs/(.+):(.+) for ", line) + urimatch = re.match("/webdocs/pub/(.+):(.+) for ", + line) if urimatch: uritype = urimatch.group(2).lower().replace(" ","_") - zones[zone][uritype] \ - = "http://weather.noaa.gov/%s" \ - % urimatch.group(1) + zones[zone][uritype] = ( + "http://tgftp.nws.noaa.gov/%s" + % urimatch.group(1)) count += 1 zcatalog.close() print("done (%s files)." % count) diff --git a/zones b/zones index b8d04d4..fe492a0 100644 --- a/zones +++ b/zones @@ -31,571 +31,571 @@ # 4ae3719b5d837e48374f1a0d0565d589 2016-10-04 zlist [akz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz017.txt centroid = (1.0457769, -2.4535298) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz017.txt description = Cape Fairweather to Cape Suckling Coastal Area, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('paya', 0.0108435) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz017.txt [akz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz018.txt centroid = (1.0395201, -2.3620920) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz018.txt description = Taiya Inlet and Klondike Highway, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pagy', 0.0016417) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz018.txt [akz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz019.txt centroid = (1.0313884, -2.3636907) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz019.txt description = Haines Borough and Lynn Canal, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pahn', 0.0028288) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz019.txt [akz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz020.txt centroid = (1.0260700, -2.3802226) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz020.txt description = Glacier Bay, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pags', 0.0089552) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz020.txt [akz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz021.txt centroid = (1.0104611, -2.3640045) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz021.txt description = Eastern Chichagof Island, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('paoh', 0.0038662) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz021.txt [akz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz022.txt centroid = (1.0149410, -2.3839369) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz022.txt description = Salisbury Sound to Cape Fairweather Coastal Area, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pael', 0.0023593) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz022.txt [akz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz023.txt centroid = (0.9931133, -2.3589434) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz023.txt description = Cape Decision to Salisbury Sound Coastal Area, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pasi', 0.0032716) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz023.txt [akz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz024.txt centroid = (1.0001523, -2.3491998) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz024.txt description = Eastern Baranof Island and Southern Admiralty Island, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pagn', 0.0034153) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz024.txt [akz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz025.txt centroid = (1.0126811, -2.3352306) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz025.txt description = Juneau Borough and Northern Admiralty Island, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pajn', 0.0090887) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz025.txt [akz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz026.txt centroid = (0.9878511, -2.3209569) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz026.txt description = Inner Channels from Kupreanof Island to Etolin Island, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('papg', 0.0037893) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz026.txt [akz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz027.txt centroid = (0.9650813, -2.3214193) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz027.txt description = Dixon Entrance to Cape Decision Coastal Area, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pahy', 0.0023995) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz027.txt [akz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz028.txt centroid = (0.9693550, -2.3047932) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz028.txt description = Southern Inner Channels, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pakt', 0.0047121) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz028.txt [akz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz029.txt centroid = (0.9729532, -2.2829291) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz029.txt description = Misty Fjords, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('czst', 0.0086648) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz029.txt [akz101] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz101.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz101.txt centroid = (1.0680507, -2.6095849) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz101.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz101.txt description = Anchorage, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz101.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz101.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz101.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz101.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz101.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz101.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz101.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz101.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz101.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz101.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz101.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz101.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz101.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz101.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz101.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz101.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz101.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz101.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz101.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz101.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz101.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz101.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz101.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz101.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz101.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz101.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz101.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz101.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz101.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz101.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pafr', 0.0016730) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz101.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz101.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz101.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz101.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz101.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz101.txt [akz111] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz111.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz111.txt centroid = (1.0749221, -2.6034309) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz111.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz111.txt description = Matanuska Valley, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz111.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz111.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz111.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz111.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz111.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz111.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz111.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz111.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz111.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz111.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz111.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz111.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz111.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz111.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz111.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz111.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz111.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz111.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz111.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz111.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz111.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz111.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz111.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz111.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz111.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz111.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz111.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz111.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz111.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz111.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('paaq', 0.0005805) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz111.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz111.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz111.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz111.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz111.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz111.txt [akz121] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz121.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz121.txt centroid = (1.0528769, -2.6303683) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz121.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz121.txt description = Western Kenai Peninsula, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz121.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz121.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz121.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz121.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz121.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz121.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz121.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz121.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz121.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz121.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz121.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz121.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz121.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz121.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz121.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz121.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz121.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz121.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz121.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz121.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz121.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz121.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz121.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz121.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz121.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz121.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz121.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz121.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz121.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz121.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pasx', 0.0039260) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz121.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz121.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz121.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz121.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz121.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz121.txt [akz125] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz125.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz125.txt centroid = (1.0541492, -2.6004376) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz125.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz125.txt description = Western Prince Wiilliam Sound, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz125.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz125.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz125.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz125.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz125.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz125.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz125.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz125.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz125.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz125.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz125.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz125.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz125.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz125.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz125.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz125.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz125.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz125.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz125.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz125.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz125.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz125.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz125.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz125.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz125.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz125.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz125.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz125.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz125.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz125.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pato', 0.0068326) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz125.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz125.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz125.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz125.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz125.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz125.txt [akz131] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz131.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz131.txt centroid = (1.0676179, -2.5571028) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz131.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz131.txt description = Northeast Prince William Sound, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz131.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz131.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz131.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz131.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz131.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz131.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz131.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz131.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz131.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz131.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz131.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz131.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz131.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz131.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz131.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz131.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz131.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz131.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz131.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz131.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz131.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz131.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz131.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz131.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz131.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz131.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz131.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz131.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz131.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz131.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pavd', 0.0021564) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz131.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz131.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz131.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz131.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz131.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz131.txt [akz135] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz135.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz135.txt centroid = (1.0575491, -2.5350471) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz135.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz135.txt description = Southeast Prince William Sound, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz135.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz135.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz135.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz135.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz135.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz135.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz135.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz135.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz135.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz135.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz135.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz135.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz135.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz135.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz135.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz135.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz135.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz135.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz135.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz135.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz135.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz135.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz135.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz135.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz135.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz135.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz135.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz135.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz135.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz135.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pacv', 0.0025955) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz135.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz135.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz135.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz135.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz135.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz135.txt [akz141] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz141.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz141.txt centroid = (1.0803937, -2.5295266) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz141.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz141.txt description = Copper River Basin, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz141.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz141.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz141.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz141.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz141.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz141.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz141.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz141.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz141.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz141.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz141.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz141.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz141.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz141.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz141.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz141.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz141.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz141.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz141.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz141.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz141.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz141.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz141.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz141.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz141.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz141.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz141.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz141.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz141.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz141.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pagk', 0.0060642) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz141.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz141.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz141.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz141.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz141.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz141.txt [akz145] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz145.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz145.txt centroid = (1.0842334, -2.6299913) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz145.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz145.txt description = Susitna Valley, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz145.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz145.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz145.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz145.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz145.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz145.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz145.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz145.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz145.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz145.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz145.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz145.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz145.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz145.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz145.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz145.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz145.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz145.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz145.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz145.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz145.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz145.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz145.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz145.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz145.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz145.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz145.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz145.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz145.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz145.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pasw', 0.0050170) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz145.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz145.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz145.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz145.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz145.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz145.txt [akz152] centroid = (1.0737231, -2.7282446) @@ -604,922 +604,922 @@ station = ('pasl', 0.0077185) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz152.txt [akz155] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz155.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz155.txt centroid = (1.0589139, -2.8422181) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz155.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz155.txt description = Kuskokwim Delta, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz155.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz155.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz155.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz155.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz155.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz155.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz155.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz155.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz155.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz155.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz155.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz155.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz155.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz155.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz155.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz155.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz155.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz155.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz155.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz155.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz155.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz155.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz155.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz155.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz155.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz155.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz155.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz155.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz155.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz155.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('ppit', 0.0053637) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz155.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz155.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz155.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz155.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz155.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz155.txt [akz161] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz161.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz161.txt centroid = (1.0349522, -2.7444452) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz161.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz161.txt description = Bristol Bay, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz161.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz161.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz161.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz161.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz161.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz161.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz161.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz161.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz161.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz161.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz161.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz161.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz161.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz161.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz161.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz161.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz161.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz161.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz161.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz161.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz161.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz161.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz161.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz161.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz161.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz161.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz161.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz161.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz161.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz161.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('panw', 0.0027515) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz161.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz161.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz161.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz161.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz161.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz161.txt [akz171] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz171.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz171.txt centroid = (1.0173716, -2.6906502) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz171.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz171.txt description = Kodiak Island, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz171.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz171.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz171.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz171.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz171.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz171.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz171.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz171.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz171.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz171.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz171.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz171.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz171.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz171.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz171.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz171.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz171.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz171.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz171.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz171.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz171.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz171.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz171.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz171.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz171.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz171.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz171.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz171.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz171.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz171.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('padq', 0.0181711) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz171.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz171.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz171.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz171.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz171.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz171.txt [akz181] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz181.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz181.txt centroid = (0.9705706, -2.8135214) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz181.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz181.txt description = Alaska Peninsula, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz181.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz181.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz181.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz181.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz181.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz181.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz181.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz181.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz181.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz181.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz181.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz181.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz181.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz181.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz181.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz181.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz181.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz181.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz181.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz181.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz181.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz181.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz181.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz181.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz181.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz181.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz181.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz181.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz181.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz181.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('paou', 0.0070010) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz181.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz181.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz181.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz181.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz181.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz181.txt [akz185] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz185.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz185.txt centroid = (0.9356797, -2.9178641) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz185.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz185.txt description = Eastern Aleutians, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz185.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz185.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz185.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz185.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz185.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz185.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz185.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz185.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz185.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz185.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz185.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz185.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz185.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz185.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz185.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz185.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz185.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz185.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz185.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz185.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz185.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz185.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz185.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz185.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz185.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz185.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz185.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz185.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz185.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz185.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('padu', 0.0083807) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz185.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz185.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz185.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz185.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz185.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz185.txt [akz187] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz187.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz187.txt centroid = (0.9091019, -3.0513836) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz187.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz187.txt description = Central Aleutians, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz187.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz187.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz187.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz187.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz187.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz187.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz187.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz187.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz187.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz187.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz187.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz187.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz187.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz187.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz187.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz187.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz187.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz187.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz187.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz187.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz187.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz187.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz187.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz187.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz187.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz187.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz187.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz187.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz187.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz187.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('paak', 0.0070815) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz187.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz187.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz187.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz187.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz187.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz187.txt [akz191] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz191.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz191.txt centroid = (0.9125175, 2.3215654) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz191.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz191.txt description = Western Aleutians, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz191.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz191.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz191.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz191.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz191.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz191.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz191.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz191.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz191.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz191.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz191.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz191.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz191.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz191.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz191.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz191.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz191.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz191.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz191.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz191.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz191.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz191.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz191.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz191.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz191.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz191.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz191.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz191.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz191.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz191.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('uhbb', 0.0693788) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz191.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz191.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz191.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz191.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz191.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz191.txt [akz195] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz195.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz195.txt centroid = (0.9932529, -2.9666932) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz195.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz195.txt description = Pribilof Islands, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz195.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz195.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz195.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz195.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz195.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz195.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz195.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz195.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz195.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz195.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz195.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz195.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz195.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz195.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz195.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz195.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz195.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz195.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz195.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz195.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz195.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz195.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz195.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz195.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz195.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz195.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz195.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz195.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz195.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz195.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pasn', 0.0050285) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz195.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz195.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz195.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz195.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz195.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz195.txt [akz201] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz201.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz201.txt centroid = (1.2231494, -2.7983265) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz201.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz201.txt description = Western Arctic Coast, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz201.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz201.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz201.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz201.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz201.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz201.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz201.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz201.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz201.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz201.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz201.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz201.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz201.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz201.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz201.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz201.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz201.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz201.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz201.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz201.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz201.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz201.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz201.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz201.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz201.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz201.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz201.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz201.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz201.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz201.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pawi', 0.0097931) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz201.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz201.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz201.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz201.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz201.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz201.txt [akz202] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz202.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz202.txt centroid = (1.2337261, -2.7117390) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz202.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz202.txt description = Northern Arctic Coast, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz202.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz202.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz202.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz202.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz202.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz202.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz202.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz202.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz202.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz202.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz202.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz202.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz202.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz202.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz202.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz202.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz202.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz202.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz202.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz202.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz202.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz202.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz202.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz202.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz202.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz202.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz202.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz202.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz202.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz202.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('patq', 0.0125902) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz202.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz202.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz202.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz202.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz202.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz202.txt [akz203] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz203.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz203.txt centroid = (1.2253416, -2.6103424) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz203.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz203.txt description = Central Beaufort Sea Coast, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz203.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz203.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz203.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz203.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz203.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz203.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz203.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz203.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz203.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz203.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz203.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz203.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz203.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz203.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz203.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz203.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz203.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz203.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz203.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz203.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz203.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz203.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz203.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz203.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz203.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz203.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz203.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz203.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz203.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz203.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('paku', 0.0019201) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz203.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz203.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz203.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz203.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz203.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz203.txt [akz204] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz204.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz204.txt centroid = (1.2197513, -2.5094885) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz204.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz204.txt description = Eastern Beaufort Sea Coast, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz204.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz204.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz204.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz204.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz204.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz204.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz204.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz204.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz204.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz204.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz204.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz204.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz204.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz204.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz204.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz204.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz204.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz204.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz204.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz204.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz204.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz204.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz204.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz204.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz204.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz204.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz204.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz204.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz204.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz204.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('paba', 0.0044878) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz204.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz204.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz204.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz204.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz204.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz204.txt [akz205] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz205.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz205.txt centroid = (1.2079686, -2.7454029) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz205.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz205.txt description = Northwestern Brooks Range, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz205.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz205.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz205.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz205.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz205.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz205.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz205.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz205.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz205.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz205.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz205.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz205.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz205.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz205.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz205.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz205.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz205.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz205.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz205.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz205.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz205.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz205.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz205.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz205.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz205.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz205.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz205.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz205.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz205.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz205.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('patq', 0.0219811) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz205.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz205.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz205.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz205.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz205.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz205.txt [akz206] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz206.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz206.txt centroid = (1.2050224, -2.5874942) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz206.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz206.txt description = Northeastern Brooks Range, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz206.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz206.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz206.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz206.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz206.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz206.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz206.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz206.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz206.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz206.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz206.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz206.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz206.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz206.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz206.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz206.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz206.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz206.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz206.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz206.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz206.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz206.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz206.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz206.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz206.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz206.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz206.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz206.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz206.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz206.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pasc', 0.0202473) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz206.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz206.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz206.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz206.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz206.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz206.txt [akz207] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz207.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz207.txt centroid = (1.1659271, -2.8847849) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz207.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz207.txt description = Chukchi Sea Coast, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz207.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz207.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz207.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz207.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz207.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz207.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz207.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz207.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz207.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz207.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz207.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz207.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz207.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz207.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz207.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz207.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz207.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz207.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz207.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz207.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz207.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz207.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz207.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz207.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz207.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz207.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz207.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz207.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz207.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz207.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pash', 0.0108733) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz207.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz207.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz207.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz207.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz207.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz207.txt [akz208] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz208.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz208.txt centroid = (1.1836579, -2.8311684) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz208.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz208.txt description = Lower Kobuk and Noatak Valleys, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz208.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz208.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz208.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz208.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz208.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz208.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz208.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz208.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz208.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz208.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz208.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz208.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz208.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz208.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz208.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz208.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz208.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz208.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz208.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz208.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz208.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz208.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz208.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz208.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz208.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz208.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz208.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz208.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz208.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz208.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pawn', 0.0067312) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz208.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz208.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz208.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz208.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz208.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz208.txt [akz209] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz209.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz209.txt centroid = (1.1632061, -2.8076361) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz209.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz209.txt description = Baldwin Peninsula and Selawik Valley, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz209.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz209.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz209.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz209.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz209.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz209.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz209.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz209.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz209.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz209.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz209.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz209.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz209.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz209.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz209.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz209.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz209.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz209.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz209.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz209.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz209.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz209.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz209.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz209.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz209.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz209.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz209.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz209.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz209.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz209.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pfno', 0.0016639) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz209.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz209.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz209.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz209.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz209.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz209.txt [akz210] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz210.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz210.txt centroid = (1.1430441, -2.8374917) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz210.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz210.txt description = Northern and Interior Seward Peninsula, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz210.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz210.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz210.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz210.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz210.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz210.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz210.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz210.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz210.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz210.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz210.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz210.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz210.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz210.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz210.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz210.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz210.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz210.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz210.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz210.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz210.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz210.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz210.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz210.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz210.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz210.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz210.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz210.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz210.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz210.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pade', 0.0101289) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz210.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz210.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz210.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz210.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz210.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz210.txt [akz211] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz211.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz211.txt centroid = (1.1277375, -2.8709340) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz211.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz211.txt description = Southern Seward Peninsula Coast, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz211.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz211.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz211.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz211.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz211.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz211.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz211.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz211.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz211.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz211.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz211.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz211.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz211.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz211.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz211.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz211.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz211.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz211.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz211.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz211.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz211.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz211.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz211.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz211.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz211.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz211.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz211.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz211.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz211.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz211.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pawm', 0.0081715) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz211.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz211.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz211.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz211.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz211.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz211.txt [akz212] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz212.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz212.txt centroid = (1.1158222, -2.8109784) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz212.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz212.txt description = Eastern Norton Sound and Nulato Hills, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz212.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz212.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz212.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz212.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz212.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz212.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz212.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz212.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz212.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz212.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz212.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz212.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz212.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz212.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz212.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz212.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz212.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz212.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz212.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz212.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz212.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz212.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz212.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz212.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz212.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz212.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz212.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz212.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz212.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz212.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('paun', 0.0021486) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz212.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz212.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz212.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz212.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz212.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz212.txt [akz213] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz213.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz213.txt centroid = (1.1258369, -2.9375672) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz213.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz213.txt description = St Lawrence Island and Bering Strait Coast, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz213.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz213.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz213.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz213.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz213.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz213.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz213.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz213.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz213.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz213.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz213.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz213.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz213.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz213.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz213.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz213.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz213.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz213.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz213.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz213.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz213.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz213.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz213.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz213.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz213.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz213.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz213.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz213.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz213.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz213.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('patc', 0.0187428) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz213.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz213.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz213.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz213.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz213.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz213.txt [akz214] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz214.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz214.txt centroid = (1.0851637, -2.8616471) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz214.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz214.txt description = Yukon Delta, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz214.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz214.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz214.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz214.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz214.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz214.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz214.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz214.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz214.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz214.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz214.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz214.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz214.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz214.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz214.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz214.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz214.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz214.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz214.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz214.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz214.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz214.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz214.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz214.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz214.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz214.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz214.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz214.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz214.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz214.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pasm', 0.0058171) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz214.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz214.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz214.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz214.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz214.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz214.txt [akz215] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz215.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz215.txt centroid = (1.0937577, -2.7877394) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz215.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz215.txt description = Lower Yukon Valley, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz215.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz215.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz215.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz215.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz215.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz215.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz215.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz215.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz215.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz215.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz215.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz215.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz215.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz215.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz215.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz215.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz215.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz215.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz215.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz215.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz215.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz215.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz215.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz215.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz215.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz215.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz215.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz215.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz215.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz215.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pahx', 0.0013250) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz215.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz215.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz215.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz215.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz215.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz215.txt [akz216] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz216.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz216.txt centroid = (1.1299401, -2.7332729) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz216.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz216.txt description = Lower Koyukuk and Middle Yukon Valleys, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz216.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz216.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz216.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz216.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz216.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz216.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz216.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz216.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz216.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz216.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz216.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz216.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz216.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz216.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz216.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz216.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz216.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz216.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz216.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz216.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz216.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz216.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz216.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz216.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz216.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz216.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz216.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz216.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz216.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz216.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('paga', 0.0024491) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz216.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz216.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz216.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz216.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz216.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz216.txt [akz217] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz217.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz217.txt centroid = (1.1755578, -2.7451097) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz217.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz217.txt description = Upper Kobuk and Noatak Valleys, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz217.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz217.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz217.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz217.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz217.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz217.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz217.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz217.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz217.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz217.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz217.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz217.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz217.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz217.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz217.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz217.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz217.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz217.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz217.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz217.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz217.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz217.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz217.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz217.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz217.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz217.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz217.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz217.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz217.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz217.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pafm', 0.0058645) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz217.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz217.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz217.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz217.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz217.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz217.txt [akz218] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz218.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz218.txt centroid = (1.1849494, -2.5637735) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz218.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz218.txt description = Southeastern Brooks Range, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz218.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz218.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz218.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz218.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz218.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz218.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz218.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz218.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz218.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz218.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz218.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz218.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz218.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz218.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz218.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz218.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz218.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz218.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz218.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz218.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz218.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz218.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz218.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz218.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz218.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz218.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz218.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz218.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz218.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz218.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('parc', 0.0094233) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz218.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz218.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz218.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz218.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz218.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz218.txt [akz219] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz219.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz219.txt centroid = (1.1585286, -2.6619378) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz219.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz219.txt description = Upper Koyukuk Valley, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz219.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz219.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz219.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz219.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz219.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz219.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz219.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz219.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz219.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz219.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz219.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz219.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz219.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz219.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz219.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz219.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz219.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz219.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz219.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz219.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz219.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz219.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz219.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz219.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz219.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz219.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz219.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz219.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz219.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz219.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('paim', 0.0133426) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz219.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz219.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz219.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz219.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz219.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz219.txt [akz220] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz220.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz220.txt centroid = (1.1590086, -2.5407683) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz220.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz220.txt description = Yukon Flats and Surrounding Uplands, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz220.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz220.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz220.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz220.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz220.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz220.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz220.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz220.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz220.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz220.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz220.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz220.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz220.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz220.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz220.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz220.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz220.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz220.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz220.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz220.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz220.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz220.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz220.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz220.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz220.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz220.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz220.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz220.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz220.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz220.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pfyu', 0.0035288) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz220.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz220.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz220.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz220.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz220.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz220.txt [akz221] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz221.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz221.txt centroid = (1.1293415, -2.6439399) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz221.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz221.txt description = Central Interior, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz221.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz221.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz221.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz221.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz221.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz221.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz221.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz221.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz221.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz221.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz221.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz221.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz221.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz221.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz221.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz221.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz221.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz221.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz221.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz221.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz221.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz221.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz221.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz221.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz221.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz221.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz221.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz221.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz221.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz221.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pata', 0.0092234) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz221.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz221.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz221.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz221.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz221.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz221.txt [akz222] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz222.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz222.txt centroid = (1.1343488, -2.5717077) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz222.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz222.txt description = Middle Tanana Valley, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz222.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz222.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz222.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz222.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz222.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz222.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz222.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz222.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz222.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz222.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz222.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz222.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz222.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz222.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz222.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz222.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz222.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz222.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz222.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz222.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz222.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz222.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz222.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz222.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz222.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz222.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz222.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz222.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz222.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz222.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pafb', 0.0032920) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz222.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz222.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz222.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz222.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz222.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz222.txt [akz223] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz223.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz223.txt centroid = (1.1207719, -2.5589197) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz223.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz223.txt description = Deltana and Tanana Flats, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz223.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz223.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz223.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz223.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz223.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz223.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz223.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz223.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz223.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz223.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz223.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz223.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz223.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz223.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz223.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz223.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz223.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz223.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz223.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz223.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz223.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz223.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz223.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz223.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz223.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz223.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz223.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz223.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz223.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz223.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('paei', 0.0084165) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz223.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz223.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz223.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz223.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz223.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz223.txt [akz224] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz224.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz224.txt centroid = (1.1241491, -2.4936915) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz224.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz224.txt description = Upper Tanana Valley and the Fortymile Country, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz224.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz224.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz224.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz224.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz224.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz224.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz224.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz224.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz224.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz224.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz224.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz224.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz224.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz224.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz224.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz224.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz224.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz224.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz224.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz224.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz224.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz224.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz224.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz224.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz224.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz224.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz224.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz224.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz224.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz224.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('paeg', 0.0144935) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz224.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz224.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz224.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz224.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz224.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz224.txt [akz225] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz225.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz225.txt centroid = (1.1097711, -2.6197200) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz225.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz225.txt description = Denali, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz225.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz225.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz225.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz225.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz225.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz225.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz225.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz225.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz225.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz225.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz225.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz225.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz225.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz225.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz225.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz225.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz225.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz225.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz225.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz225.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz225.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz225.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz225.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz225.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz225.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz225.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz225.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz225.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz225.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz225.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('paec', 0.0133445) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz225.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz225.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz225.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz225.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz225.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz225.txt [akz226] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ak/akz226.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ak/akz226.txt centroid = (1.1009624, -2.5214440) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ak/akz226.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ak/akz226.txt description = Eastern Alaska Range, AK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ak/akz226.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ak/akz226.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ak/akz226.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ak/akz226.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ak/akz226.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ak/akz226.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ak/akz226.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ak/akz226.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ak.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ak/akz226.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ak/akz226.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ak/akz226.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ak/akz226.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ak/akz226.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ak/akz226.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ak/akz226.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ak.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ak/akz226.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ak/akz226.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ak/akz226.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ak/akz226.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ak/akz226.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ak/akz226.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ak/akz226.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ak/akz226.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ak.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ak/akz226.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ak/akz226.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ak/akz226.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ak/akz226.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ak/akz226.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ak/akz226.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ak/akz226.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ak.txt station = ('pagk', 0.0180517) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ak/akz226.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ak/akz226.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ak/akz226.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ak/akz226.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ak/akz226.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz226.txt [akz227] centroid = (1.0992817, -2.6922262) @@ -1528,1759 +1528,1759 @@ station = ('pafs', 0.0010519) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ak/akz227.txt [alz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz001.txt centroid = (0.6091461, -1.5298579) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz001.txt description = Lauderdale, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kmsl', 0.0027567) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz001.txt [alz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz002.txt centroid = (0.6056380, -1.5324846) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz002.txt description = Colbert, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kmsl', 0.0030636) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz002.txt [alz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz003.txt centroid = (0.6011211, -1.5331635) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz003.txt description = Franklin, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('k1m4', 0.0044997) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz003.txt [alz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz004.txt centroid = (0.6025226, -1.5238644) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz004.txt description = Lawrence, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kdcu', 0.0056478) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz004.txt [alz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz005.txt centroid = (0.6075509, -1.5181101) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz005.txt description = Limestone, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kdcu', 0.0028301) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz005.txt [alz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz006.txt centroid = (0.6067306, -1.5105860) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz006.txt description = Madison, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kmdq', 0.0017184) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz006.txt [alz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz007.txt centroid = (0.6013270, -1.5158691) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz007.txt description = Morgan, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kcmd', 0.0032263) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz007.txt [alz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz008.txt centroid = (0.5998156, -1.5063343) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz008.txt description = Marshall, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('k8a0', 0.0025187) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz008.txt [alz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz009.txt centroid = (0.6070150, -1.5009709) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz009.txt description = Jackson, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('k4a6', 0.0017349) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz009.txt [alz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz010.txt centroid = (0.6014370, -1.4975641) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz010.txt description = De Kalb, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('k4a9', 0.0012143) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz010.txt [alz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz011.txt centroid = (0.5957961, -1.5339193) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz011.txt description = Marion, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('k1m4', 0.0048402) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz011.txt [alz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz012.txt centroid = (0.5895583, -1.5375810) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz012.txt description = Lamar, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('km40', 0.0059290) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz012.txt [alz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz013.txt centroid = (0.5885460, -1.5313327) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz013.txt description = Fayette, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kjfx', 0.0069587) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz013.txt [alz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz014.txt centroid = (0.5960160, -1.5249587) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz014.txt description = Winston, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('k1m4', 0.0039909) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz014.txt [alz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz015.txt centroid = (0.5899806, -1.5236253) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz015.txt description = Walker, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kjfx', 0.0016960) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz015.txt [alz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz016.txt centroid = (0.5957158, -1.5161256) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz016.txt description = Cullman, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kcmd', 0.0023898) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz016.txt [alz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz017.txt centroid = (0.5930786, -1.5108862) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz017.txt description = Blount, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('k8a0', 0.0062485) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz017.txt [alz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz018.txt centroid = (0.5942026, -1.5015905) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz018.txt description = Etowah, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kgad', 0.0015416) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz018.txt [alz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz019.txt centroid = (0.5894221, -1.4979480) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz019.txt description = Calhoun, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kanb', 0.0033007) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz019.txt [alz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz020.txt centroid = (0.5964837, -1.4940682) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz020.txt description = Cherokee, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('k4a9', 0.0054638) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz020.txt [alz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz021.txt centroid = (0.5877309, -1.4925846) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz021.txt description = Cleburne, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kanb', 0.0050693) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz021.txt [alz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz022.txt centroid = (0.5808613, -1.5374378) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz022.txt description = Pickens, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kgtr', 0.0077907) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz022.txt [alz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz023.txt centroid = (0.5810114, -1.5275994) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz023.txt description = Tuscaloosa, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('ktcl', 0.0018455) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz023.txt [alz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz024.txt centroid = (0.5856330, -1.5166300) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz024.txt description = Jefferson, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kbhm', 0.0021416) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz024.txt [alz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz025.txt centroid = (0.5805716, -1.5125145) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz025.txt description = Shelby, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('keet', 0.0022810) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz025.txt [alz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz026.txt centroid = (0.5884500, -1.5064757) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz026.txt description = St. Clair, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kplr', 0.0028993) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz026.txt [alz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz027.txt centroid = (0.5825909, -1.5038787) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz027.txt description = Talladega, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kplr', 0.0033478) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz027.txt [alz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz028.txt centroid = (0.5806553, -1.4985484) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz028.txt description = Clay, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kanb', 0.0054865) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz028.txt [alz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz029.txt centroid = (0.5810864, -1.4915427) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz029.txt description = Randolph, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kctj', 0.0073950) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz029.txt [alz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz030.txt centroid = (0.5688203, -1.5393595) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz030.txt description = Sumter, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kdya', 0.0042305) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz030.txt [alz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz031.txt centroid = (0.5733948, -1.5350555) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz031.txt description = Greene, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kdya', 0.0067940) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz031.txt [alz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz032.txt centroid = (0.5718170, -1.5294163) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz032.txt description = Hale, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('ka08', 0.0056805) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz032.txt [alz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz033.txt centroid = (0.5696493, -1.5235712) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz033.txt description = Perry, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('ka08', 0.0026012) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz033.txt [alz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz034.txt centroid = (0.5759342, -1.5206425) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz034.txt description = Bibb, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('keet', 0.0059633) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz034.txt [alz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz035.txt centroid = (0.5733040, -1.5135286) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz035.txt description = Chilton, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('keet', 0.0059301) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz035.txt [alz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz036.txt centroid = (0.5748451, -1.5053046) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz036.txt description = Coosa, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kalx', 0.0041894) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz036.txt [alz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz037.txt centroid = (0.5735571, -1.4974489) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz037.txt description = Tallapoosa, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kalx', 0.0025887) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz037.txt [alz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz038.txt centroid = (0.5744647, -1.4903716) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz038.txt description = Chambers, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('klgc', 0.0049609) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz038.txt [alz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz039.txt centroid = (0.5628268, -1.5322158) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz039.txt description = Marengo, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kdya', 0.0044865) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz039.txt [alz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz040.txt centroid = (0.5641916, -1.5202952) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz040.txt description = Dallas, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('ksem', 0.0018647) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz040.txt [alz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz041.txt centroid = (0.5678411, -1.5122021) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz041.txt description = Autauga, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('k1a9', 0.0025471) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz041.txt [alz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz042.txt centroid = (0.5612054, -1.5123295) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz042.txt description = Lowndes, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kmgm', 0.0044795) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz042.txt [alz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz043.txt centroid = (0.5689180, -1.5035872) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz043.txt description = Elmore, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kmxf', 0.0049096) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz043.txt [alz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz044.txt centroid = (0.5623486, -1.5046065) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz044.txt description = Montgomery, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kmgm', 0.0031628) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz044.txt [alz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz045.txt centroid = (0.5652423, -1.4956180) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz045.txt description = Macon, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kauo', 0.0055473) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz045.txt [alz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz046.txt centroid = (0.5602594, -1.4960282) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz046.txt description = Bullock, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('ktoi', 0.0060377) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz046.txt [alz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz047.txt centroid = (0.5689983, -1.4897363) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz047.txt description = Lee, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kauo', 0.0011743) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz047.txt [alz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz048.txt centroid = (0.5635389, -1.4867570) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz048.txt description = Russell, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kcsg', 0.0052777) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz048.txt [alz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz049.txt centroid = (0.5550566, -1.4999517) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz049.txt description = Pike, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kprn', 0.0003591) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz049.txt [alz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz050.txt centroid = (0.5562295, -1.4903925) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz050.txt description = Barbour, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('keuf', 0.0041255) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz050.txt [alz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz051.txt centroid = (0.5588405, -1.5404765) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz051.txt description = Choctaw, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kdya', 0.0089997) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz051.txt [alz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz052.txt centroid = (0.5481678, -1.5395043) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz052.txt description = Washington, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kmob', 0.0126487) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz052.txt [alz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz053.txt centroid = (0.5527615, -1.5329384) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz053.txt description = Clarke, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kgzh', 0.0124341) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz053.txt [alz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz054.txt centroid = (0.5583169, -1.5238156) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz054.txt description = Wilcox, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('ksem', 0.0079177) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz054.txt [alz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz055.txt centroid = (0.5510109, -1.5248209) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz055.txt description = Monroe, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kgzh', 0.0054136) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz055.txt [alz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz056.txt centroid = (0.5485448, -1.5183247) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz056.txt description = Conecuh, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kgzh', 0.0008685) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz056.txt [alz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz057.txt centroid = (0.5541839, -1.5128566) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz057.txt description = Butler, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kgzh', 0.0080342) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz057.txt [alz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz058.txt centroid = (0.5538192, -1.5064565) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz058.txt description = Crenshaw, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('ktoi', 0.0049966) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz058.txt [alz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz059.txt centroid = (0.5432547, -1.5212569) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz059.txt description = Escambia, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kgzh', 0.0053360) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz059.txt [alz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz060.txt centroid = (0.5453892, -1.5088581) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz060.txt description = Covington, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('k79j', 0.0013538) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz060.txt [alz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz065.txt centroid = (0.5480788, -1.5007772) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz065.txt description = Coffee, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('klor', 0.0036546) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz065.txt [alz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz066.txt centroid = (0.5485884, -1.4941938) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz066.txt description = Dale, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('khey', 0.0016511) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz066.txt [alz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz067.txt centroid = (0.5500353, -1.4877431) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz067.txt description = Henry, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kdhn', 0.0046476) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz067.txt [alz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz068.txt centroid = (0.5427101, -1.4981732) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz068.txt description = Geneva, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kozr', 0.0037604) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz068.txt [alz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/al/alz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/al/alz069.txt centroid = (0.5437259, -1.4888095) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/al/alz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/al/alz069.txt description = Houston, AL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/al/alz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/al/alz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/al/alz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/al/alz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/al/alz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/al/alz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/al/alz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/al/alz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/al.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/al/alz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/al/alz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/al/alz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/al/alz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/al/alz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/al/alz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/al/alz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/al.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/al/alz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/al/alz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/al/alz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/al/alz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/al/alz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/al/alz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/al/alz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/al/alz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/al.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/al/alz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/al/alz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/al/alz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/al/alz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/al/alz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/al/alz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/al/alz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/al.txt station = ('kdhn', 0.0036035) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/al/alz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/al/alz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/al/alz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/al/alz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/al/alz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz069.txt [alz261] centroid = (0.5397204, -1.5391186) @@ -3319,2029 +3319,2029 @@ station = ('kcqf', 0.0033635) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/al/alz266.txt [arz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz001.txt centroid = (0.6342387, -1.6451002) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz001.txt description = Benton, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kvbt', 0.0006015) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz001.txt [arz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz002.txt centroid = (0.6342701, -1.6325496) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz002.txt description = Carroll, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kbbg', 0.0057821) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz002.txt [arz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz003.txt centroid = (0.6337046, -1.6247532) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz003.txt description = Boone, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('khro', 0.0011013) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz003.txt [arz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz004.txt centroid = (0.6330030, -1.6176445) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz004.txt description = Marion, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kflp', 0.0015225) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz004.txt [arz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz005.txt centroid = (0.6333311, -1.6115847) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz005.txt description = Baxter, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kbpk', 0.0022908) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz005.txt [arz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz006.txt centroid = (0.6349805, -1.6025316) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz006.txt description = Fulton, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kuno', 0.0088296) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz006.txt [arz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz007.txt centroid = (0.6311303, -1.5966255) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz007.txt description = Sharp, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kbvx', 0.0078432) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz007.txt [arz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz008.txt centroid = (0.6342788, -1.5887348) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz008.txt description = Randolph, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('karg', 0.0039557) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz008.txt [arz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz009.txt centroid = (0.6347501, -1.5780796) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz009.txt description = Clay, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('k4m9', 0.0033155) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz009.txt [arz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz010.txt centroid = (0.6279695, -1.6443567) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz010.txt description = Washington, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kfyv', 0.0007629) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz010.txt [arz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz011.txt centroid = (0.6285105, -1.6358029) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz011.txt description = Madison, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kfyv', 0.0062445) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz011.txt [arz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz012.txt centroid = (0.6269223, -1.6269593) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz012.txt description = Newton, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('khro', 0.0061258) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz012.txt [arz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz013.txt centroid = (0.6267634, -1.6179115) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz013.txt description = Searcy, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kcca', 0.0064755) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz013.txt [arz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz014.txt centroid = (0.6258733, -1.6084378) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz014.txt description = Stone, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kcca', 0.0061518) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz014.txt [arz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz015.txt centroid = (0.6299748, -1.6041915) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz015.txt description = Izard, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kbvx', 0.0073270) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz015.txt [arz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz016.txt centroid = (0.6238069, -1.5981945) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz016.txt description = Independence, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kbvx', 0.0011451) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz016.txt [arz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz017.txt centroid = (0.6290394, -1.5901189) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz017.txt description = Lawrence, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('karg', 0.0031296) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz017.txt [arz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz018.txt centroid = (0.6303728, -1.5805545) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz018.txt description = Greene, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('k4m9', 0.0050904) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz018.txt [arz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz019.txt centroid = (0.6211435, -1.6448506) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz019.txt description = Crawford, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kfsm', 0.0047944) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz019.txt [arz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz020.txt centroid = (0.6198066, -1.6387001) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz020.txt description = Franklin, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kfsm', 0.0074567) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz020.txt [arz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz021.txt centroid = (0.6208154, -1.6311830) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz021.txt description = Johnson, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('krue', 0.0075777) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz021.txt [arz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz022.txt centroid = (0.6186773, -1.6237531) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz022.txt description = Pope, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('krue', 0.0035737) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz022.txt [arz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz023.txt centroid = (0.6210004, -1.6147036) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz023.txt description = Van Buren, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kcca', 0.0009915) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz023.txt [arz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz024.txt centroid = (0.6202569, -1.6061689) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz024.txt description = Cleburne, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kcca', 0.0061058) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz024.txt [arz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz025.txt centroid = (0.6213267, -1.5919951) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz025.txt description = Jackson, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('km19', 0.0008605) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz025.txt [arz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz026.txt centroid = (0.6253654, -1.5818408) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz026.txt description = Craighead, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kjbr', 0.0002474) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz026.txt [arz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz027.txt centroid = (0.6208834, -1.5823661) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz027.txt description = Poinsett, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kjbr', 0.0045299) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz027.txt [arz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz028.txt centroid = (0.6241978, -1.5717388) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz028.txt description = Mississippi, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kbyh', 0.0038325) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz028.txt [arz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz029.txt centroid = (0.6143437, -1.6453917) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz029.txt description = Sebastian, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kfsm', 0.0026863) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz029.txt [arz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz030.txt centroid = (0.6146229, -1.6356580) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz030.txt description = Logan, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kfsm', 0.0094931) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz030.txt [arz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz031.txt centroid = (0.6154415, -1.6179447) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz031.txt description = Conway, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kcca', 0.0068950) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz031.txt [arz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz032.txt centroid = (0.6134309, -1.6114992) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz032.txt description = Faulkner, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('klrf', 0.0047889) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz032.txt [arz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz033.txt centroid = (0.6153385, -1.6012645) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz033.txt description = White, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('ksrc', 0.0007835) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz033.txt [arz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz034.txt centroid = (0.6141168, -1.5924925) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz034.txt description = Woodruff, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('km19', 0.0079324) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz034.txt [arz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz035.txt centroid = (0.6160279, -1.5842581) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz035.txt description = Cross, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('km19', 0.0082873) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz035.txt [arz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz036.txt centroid = (0.6144938, -1.5761876) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz036.txt description = Crittenden, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kawm', 0.0016900) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz036.txt [arz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz037.txt centroid = (0.6084357, -1.6417143) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz037.txt description = Scott, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kmez', 0.0058579) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz037.txt [arz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz038.txt centroid = (0.6109106, -1.6303347) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz038.txt description = Yell, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('krue', 0.0061961) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz038.txt [arz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz039.txt centroid = (0.6099472, -1.6219607) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz039.txt description = Perry, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('krue', 0.0058036) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz039.txt [arz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz040.txt centroid = (0.6018908, -1.6445906) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz040.txt description = Polk, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kmez', 0.0011014) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz040.txt [arz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz041.txt centroid = (0.6028158, -1.6346667) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz041.txt description = Montgomery, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kmwt', 0.0011123) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz041.txt [arz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz042.txt centroid = (0.6034773, -1.6257812) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz042.txt description = Garland, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('khot', 0.0017834) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz042.txt [arz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz043.txt centroid = (0.6046972, -1.6175118) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz043.txt description = Saline, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('khot', 0.0067194) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz043.txt [arz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz044.txt centroid = (0.6068492, -1.6111448) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz044.txt description = Pulaski, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('klit', 0.0012936) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz044.txt [arz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz045.txt centroid = (0.6065752, -1.6037604) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz045.txt description = Lonoke, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('klrf', 0.0046960) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz045.txt [arz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz046.txt centroid = (0.6078929, -1.5978978) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz046.txt description = Prairie, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('ksgt', 0.0040140) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz046.txt [arz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz047.txt centroid = (0.6052418, -1.5918066) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz047.txt description = Monroe, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('ksgt', 0.0053847) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz047.txt [arz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz048.txt centroid = (0.6112492, -1.5838479) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz048.txt description = St. Francis, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kuta', 0.0082771) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz048.txt [arz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz049.txt centroid = (0.6070360, -1.5844448) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz049.txt description = Lee, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kuta', 0.0064864) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz049.txt [arz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz050.txt centroid = (0.5933648, -1.6448192) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz050.txt description = Sevier, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kdeq', 0.0024744) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz050.txt [arz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz051.txt centroid = (0.5949601, -1.6404943) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz051.txt description = Howard, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kdeq', 0.0059171) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz051.txt [arz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz052.txt centroid = (0.5962673, -1.6346125) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz052.txt description = Pike, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kmwt', 0.0068256) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz052.txt [arz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz053.txt centroid = (0.5943021, -1.6262350) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz053.txt description = Clark, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kadf', 0.0018081) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz053.txt [arz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz054.txt centroid = (0.5989569, -1.6222137) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz054.txt description = Hot Spring, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('khot', 0.0036435) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz054.txt [arz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz055.txt centroid = (0.5984734, -1.6130961) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz055.txt description = Grant, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kpbf', 0.0073149) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz055.txt [arz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz056.txt centroid = (0.5981034, -1.6045074) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz056.txt description = Jefferson, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kpbf', 0.0014919) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz056.txt [arz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz057.txt centroid = (0.5984874, -1.5947929) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz057.txt description = Arkansas, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('ksgt', 0.0060614) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz057.txt [arz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz058.txt centroid = (0.6008872, -1.5855967) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz058.txt description = Phillips, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kckm', 0.0053598) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz058.txt [arz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz059.txt centroid = (0.5881847, -1.6446988) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz059.txt description = Little River, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('ktxk', 0.0056950) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz059.txt [arz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz060.txt centroid = (0.5887938, -1.6348220) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz060.txt description = Hempstead, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('ktxk', 0.0067658) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz060.txt [arz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz061.txt centroid = (0.5875494, -1.6285179) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz061.txt description = Nevada, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kadf', 0.0083686) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz061.txt [arz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz062.txt centroid = (0.5928849, -1.6171261) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz062.txt description = Dallas, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kadf', 0.0063707) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz062.txt [arz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz063.txt centroid = (0.5916387, -1.6089353) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz063.txt description = Cleveland, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kpbf', 0.0061644) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz063.txt [arz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz064.txt centroid = (0.5926702, -1.6010481) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz064.txt description = Lincoln, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kpbf', 0.0048887) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz064.txt [arz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz065.txt centroid = (0.5905025, -1.5926828) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz065.txt description = Desha, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kglh', 0.0072643) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz065.txt [arz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz066.txt centroid = (0.5863137, -1.6210967) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz066.txt description = Ouachita, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('keld', 0.0066421) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz066.txt [arz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz067.txt centroid = (0.5856976, -1.6144837) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz067.txt description = Calhoun, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('keld', 0.0075081) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz067.txt [arz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz068.txt centroid = (0.5840901, -1.6085338) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz068.txt description = Bradley, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kllq', 0.0066700) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz068.txt [arz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz069.txt centroid = (0.5862474, -1.6008160) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz069.txt description = Drew, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kllq', 0.0008806) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz069.txt [arz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz070.txt centroid = (0.5814111, -1.6387211) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz070.txt description = Miller, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('ktxk', 0.0027472) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz070.txt [arz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz071.txt centroid = (0.5801614, -1.6337556) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz071.txt description = Lafayette, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('ktxk', 0.0065871) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz071.txt [arz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz072.txt centroid = (0.5796989, -1.6271233) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz072.txt description = Columbia, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('keld', 0.0059961) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz072.txt [arz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz073.txt centroid = (0.5789484, -1.6161278) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz073.txt description = Union, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('keld', 0.0033003) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz073.txt [arz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz074.txt centroid = (0.5792957, -1.6016520) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz074.txt description = Ashley, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kbqp', 0.0077028) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz074.txt [arz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ar/arz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ar/arz075.txt centroid = (0.5806222, -1.5933809) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ar/arz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ar/arz075.txt description = Chicot, AR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ar/arz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ar/arz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ar/arz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ar/arz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ar/arz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ar/arz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ar/arz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ar/arz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ar.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ar/arz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ar/arz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ar/arz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ar/arz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ar/arz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ar/arz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ar/arz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ar.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ar/arz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ar/arz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ar/arz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ar/arz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ar/arz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ar/arz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ar/arz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ar/arz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ar.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ar/arz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ar/arz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ar/arz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ar/arz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ar/arz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ar/arz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ar/arz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ar.txt station = ('kglh', 0.0058934) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ar/arz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ar/arz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ar/arz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ar/arz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ar/arz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ar/arz075.txt [asz001] centroid = (-0.2492157, -2.9785341) @@ -5362,868 +5362,868 @@ station = ('nsfa', 0.0503827) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/as/asz003.txt [azz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz001.txt centroid = (0.6386526, -1.9780113) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz001.txt description = Northwest Plateau, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kazc', 0.0077797) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz001.txt [azz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz002.txt centroid = (0.6052139, -1.9957700) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz002.txt description = Lake Havasu and Fort Mohave, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('khii', 0.0018600) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz002.txt [azz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz003.txt centroid = (0.6140749, -1.9870224) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz003.txt description = Northwest Deserts, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kigm', 0.0016767) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz003.txt [azz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz004.txt centroid = (0.6396876, -1.9582908) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz004.txt description = Kaibab Plateau, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kgcn', 0.0122634) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz004.txt [azz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz005.txt centroid = (0.6418920, -1.9489760) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz005.txt description = Marble and Glen Canyons, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kpga', 0.0040811) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz005.txt [azz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz006.txt centroid = (0.6315299, -1.9603259) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz006.txt description = Grand Canyon Country, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kgcn', 0.0047248) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz006.txt [azz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz007.txt centroid = (0.6236777, -1.9644885) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz007.txt description = Coconino Plateau, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kgcn', 0.0068805) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz007.txt [azz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz008.txt centroid = (0.6080046, -1.9662077) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz008.txt description = Yavapai County Mountains, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kprc', 0.0047194) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz008.txt [azz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz009.txt centroid = (0.6353801, -1.9368111) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz009.txt description = Northeast Plateaus and Mesas Hwy 264 Northward, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kpga', 0.0114063) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz009.txt [azz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz010.txt centroid = (0.6377503, -1.9147449) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz010.txt description = Chinle Valley, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('krqe', 0.0179722) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz010.txt [azz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz011.txt centroid = (0.6260374, -1.9064999) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz011.txt description = Chuska Mountains and Defiance Plateay, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('krqe', 0.0045048) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz011.txt [azz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz012.txt centroid = (0.6192219, -1.9405897) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz012.txt description = Little Colorado River Valley in Coconino County, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kflg', 0.0091057) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz012.txt [azz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz013.txt centroid = (0.6081425, -1.9253216) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz013.txt description = Little Colorado River Valley in Navajo County, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kinw', 0.0066565) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz013.txt [azz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz014.txt centroid = (0.6034790, -1.9097358) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz014.txt description = Little Colorado River Valley in Apache County, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('ksjn', 0.0011732) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz014.txt [azz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz015.txt centroid = (0.6148725, -1.9507353) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz015.txt description = Western Mogollon Rim, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kflg', 0.0022248) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz015.txt [azz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz016.txt centroid = (0.6011228, -1.9340377) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz016.txt description = Eastern Mogollon Rim, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kpan', 0.0081781) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz016.txt [azz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz017.txt centroid = (0.5921413, -1.9137239) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz017.txt description = White Mountains, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kjtc', 0.0060233) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz017.txt [azz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz018.txt centroid = (0.5941118, -1.9359628) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz018.txt description = Northern Gila County, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kpan', 0.0069331) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz018.txt [azz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz020.txt centroid = (0.5866540, -1.9978801) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz020.txt description = Lower Colorado River Valley AZ, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kblh', 0.0035844) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz020.txt [azz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz021.txt centroid = (0.5901237, -1.9864151) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz021.txt description = West Central Deserts, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('khii', 0.0154117) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz021.txt [azz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz022.txt centroid = (0.5881236, -1.9698484) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz022.txt description = Northwest Maricopa County, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kbxk', 0.0056121) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz022.txt [azz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz023.txt centroid = (0.5849872, -1.9565176) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz023.txt description = Greater Phoenix Area, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kphx', 0.0016174) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz023.txt [azz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz024.txt centroid = (0.5860100, -1.9371374) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz024.txt description = Southern Gila/Tonto NF Foothills, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kiwa', 0.0106259) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz024.txt [azz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz025.txt centroid = (0.5698029, -1.9989448) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz025.txt description = Yuma/Martinez Lake and Vicinity, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('knyl', 0.0010136) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz025.txt [azz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz026.txt centroid = (0.5727874, -1.9871952) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz026.txt description = Southwest Deserts, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('knyl', 0.0112841) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz026.txt [azz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz027.txt centroid = (0.5744158, -1.9684260) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz027.txt description = Southwest Maricopa County, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kgxf', 0.0010091) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz027.txt [azz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz028.txt centroid = (0.5769971, -1.9495851) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz028.txt description = Northwest and North Central Pinal County, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kcgz', 0.0021262) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz028.txt [azz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz036.txt centroid = (0.6248471, -1.9952499) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz036.txt description = Lake Mead National Recreation Area, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kbvu', 0.0080209) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz036.txt [azz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz037.txt centroid = (0.6009204, -1.9637153) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz037.txt description = Yavapai County Valleys and Basins, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kprc', 0.0040766) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz037.txt [azz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz038.txt centroid = (0.6093241, -1.9526674) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz038.txt description = Oak Creek and Sycamore Canyons, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('ksez', 0.0017491) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz038.txt [azz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz039.txt centroid = (0.6345144, -1.9241033) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz039.txt description = Black Mesa Area, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kpga', 0.0196868) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz039.txt [azz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/az/azz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/az/azz040.txt centroid = (0.6193982, -1.9230474) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/az/azz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/az/azz040.txt description = Northeast Plateaus and Mesas South of Hwy 264, AZ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/az/azz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/az/azz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/az/azz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/az/azz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/az/azz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/az/azz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/az/azz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/az/azz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/az.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/az/azz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/az/azz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/az/azz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/az/azz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/az/azz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/az/azz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/az/azz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/az.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/az/azz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/az/azz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/az/azz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/az/azz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/az/azz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/az/azz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/az/azz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/az/azz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/az.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/az/azz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/az/azz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/az/azz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/az/azz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/az/azz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/az/azz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/az/azz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/az.txt station = ('kinw', 0.0110077) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/az/azz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/az/azz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/az/azz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/az/azz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/az/azz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz040.txt [azz501] centroid = (0.5622875, -1.9718136) @@ -6316,1838 +6316,1838 @@ station = ('kryn', 0.0084084) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/az/azz515.txt [caz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz006.txt centroid = (0.6589630, -2.1370213) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz006.txt description = San Francisco, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ksfo', 0.0026435) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz006.txt [caz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz013.txt centroid = (0.7143615, -2.1332234) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz013.txt description = Shasta Lake Area / Northern Shasta County, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ko86', 0.0062512) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz013.txt [caz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz014.txt centroid = (0.7145779, -2.1203691) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz014.txt description = Burney Basin / Eastern Shasta County, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('krdd', 0.0130466) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz014.txt [caz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz015.txt centroid = (0.7019679, -2.1344487) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz015.txt description = Northern Sacramento Valley, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('krbl', 0.0013574) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz015.txt [caz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz016.txt centroid = (0.6872478, -2.1280101) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz016.txt description = Central Sacramento Valley, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kove', 0.0046946) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz016.txt [caz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz017.txt centroid = (0.6741648, -2.1216659) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz017.txt description = Southern Sacramento Valley, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ksmf', 0.0013760) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz017.txt [caz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz018.txt centroid = (0.6657244, -2.1251530) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz018.txt description = Carquinez Strait and Delta, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ksuu', 0.0033572) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz018.txt [caz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz019.txt centroid = (0.6590032, -2.1125640) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz019.txt description = Northern San Joaquin Valley, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kmod', 0.0027700) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz019.txt [caz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz030.txt centroid = (0.5924520, -2.0227074) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz030.txt description = Joshua Tree National Park, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ktrm', 0.0067714) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz030.txt [caz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz031.txt centroid = (0.5814233, -2.0012102) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz031.txt description = Lower Colorado River Valley CA, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kblh', 0.0053601) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz031.txt [caz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz032.txt -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz032.txt description = Riverside County/Eastern Deserts, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz032.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz032.txt [caz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz033.txt centroid = (0.5766952, -2.0153334) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz033.txt description = Imperial County, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kipl', 0.0039635) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz033.txt [caz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz034.txt centroid = (0.6165725, -2.1073228) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz034.txt description = San Luis Obispo County Central Coast, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ksbp', 0.0022389) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz034.txt [caz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz035.txt centroid = (0.6060080, -2.1018354) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz035.txt description = Santa Barbara County Central Coast, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('klpc', 0.0011217) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz035.txt [caz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz036.txt centroid = (0.6053378, -2.0958193) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz036.txt description = Santa Ynez Valley, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kiza', 0.0013355) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz036.txt [caz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz037.txt centroid = (0.6194488, -2.1005317) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz037.txt description = San Luis Obispo County Interior Valleys, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kprb', 0.0050307) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz037.txt [caz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz038.txt centroid = (0.6098564, -2.0898119) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz038.txt description = Cuyama Valley, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kiza', 0.0075986) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz038.txt [caz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz039.txt centroid = (0.6013846, -2.0927126) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz039.txt description = Santa Barbara County South Coast, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ksba', 0.0008735) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz039.txt [caz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz040.txt centroid = (0.5972185, -2.0790606) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz040.txt description = Ventura County Coast, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kcma', 0.0005500) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz040.txt [caz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz041.txt centroid = (0.5921571, -2.0647315) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz041.txt description = Los Angeles County Coast including Downtown Los Angeles, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('khhr', 0.0005170) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz041.txt [caz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz043.txt centroid = (0.5755799, -2.0461664) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz043.txt description = San Diego County Coastal Areas, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('knkx', 0.0023258) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz043.txt [caz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz044.txt centroid = (0.6002903, -2.0790327) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz044.txt description = Ventura County Interior Valleys, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kcma', 0.0031411) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz044.txt [caz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz045.txt centroid = (0.5978416, -2.0741475) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz045.txt description = Ventura County Coastal Valleys, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kcma', 0.0035718) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz045.txt [caz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz046.txt centroid = (0.5948763, -2.0715278) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz046.txt description = Santa Monica Mountains Recreational Area, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kvny', 0.0037766) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz046.txt [caz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz048.txt centroid = (0.5907695, -2.0462450) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz048.txt description = San Bernardino and Riverside County Valleys -The Inland Empire, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kriv', 0.0009061) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz048.txt [caz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz050.txt centroid = (0.5760407, -2.0413441) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz050.txt description = San Diego County Valleys, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('krnm', 0.0008120) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz050.txt [caz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz051.txt centroid = (0.6133349, -2.0951770) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz051.txt description = San Luis Obispo County Mountains, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ksmx', 0.0073570) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz051.txt [caz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz052.txt centroid = (0.6064426, -2.0912727) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz052.txt description = Santa Barbara County Mountains, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kiza', 0.0043909) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz052.txt [caz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz053.txt centroid = (0.6043936, -2.0792997) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz053.txt description = Ventura County Mountains, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ksdb', 0.0063643) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz053.txt [caz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz054.txt centroid = (0.6009064, -2.0633806) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz054.txt description = Los Angeles County Mountains excluding the Santa Monica Range, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kwhp', 0.0040386) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz054.txt [caz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz055.txt centroid = (0.5974332, -2.0437055) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz055.txt description = San Bernardino County Mountains, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ksbd', 0.0030216) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz055.txt [caz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz056.txt centroid = (0.5874778, -2.0358114) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz056.txt description = Riverside County Mountains, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kpsp', 0.0036719) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz056.txt [caz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz057.txt centroid = (0.5868774, -2.0499765) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz057.txt description = Santa Ana Mountains and Foothills, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kajo', 0.0052309) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz057.txt [caz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz058.txt centroid = (0.5772031, -2.0338741) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz058.txt description = San Diego County Mountains, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('krnm', 0.0056603) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz058.txt [caz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz059.txt centroid = (0.6050428, -2.0606736) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz059.txt description = Antelope Valley, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kpmd', 0.0006182) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz059.txt [caz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz060.txt centroid = (0.6028838, -2.0422848) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz060.txt description = Apple and Lucerne Valleys, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kl35', 0.0054113) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz060.txt [caz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz061.txt centroid = (0.5889160, -2.0298598) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz061.txt description = Coachella Valley, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ktrm', 0.0028966) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz061.txt [caz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz062.txt centroid = (0.5768505, -2.0290081) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz062.txt description = San Diego County Deserts, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kczz', 0.0080582) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz062.txt [caz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz063.txt centroid = (0.6949465, -2.1425051) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz063.txt description = Mountains Southwestern Shasta County to Northern Lake County, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('krbl', 0.0089195) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz063.txt [caz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz064.txt centroid = (0.6806121, -2.1408977) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz064.txt description = Clear Lake/Southern Lake County, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ksts', 0.0089049) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz064.txt [caz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz065.txt centroid = (0.5884988, -2.0112162) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz065.txt description = Napa County, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kblh', 0.0077248) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz065.txt [caz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz066.txt centroid = (0.7000812, -2.1250536) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz066.txt description = Northeast Foothills/Sacramento Valley, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kcic', 0.0055819) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz066.txt [caz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz067.txt centroid = (0.6740322, -2.1078306) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz067.txt description = Motherlode, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kpvf', 0.0017799) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz067.txt [caz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz068.txt centroid = (0.7015717, -2.1179588) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz068.txt description = Western Plumas County/Lassen Park, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kcic', 0.0096285) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz068.txt [caz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz069.txt centroid = (0.6768893, -2.1003694) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz069.txt description = West Slope Northern Sierra Nevada, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ktvl', 0.0051856) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz069.txt [caz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz070.txt centroid = (0.7262594, -2.0958996) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz070.txt description = Surprise Valley California, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kaat', 0.0066632) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz070.txt [caz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz071.txt centroid = (0.7062649, -2.1039438) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz071.txt description = Lassen-Eastern Plumas-Eastern Sierra Counties, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('krts', 0.0165570) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz071.txt [caz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz072.txt centroid = (0.6797726, -2.0938418) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz072.txt description = Greater Lake Tahoe Area, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ktvl', 0.0011487) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz072.txt [caz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz073.txt centroid = (0.6621605, -2.0749644) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz073.txt description = Mono, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kmmh', 0.0056737) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz073.txt [caz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz080.txt centroid = (0.7252925, -2.1496191) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz080.txt description = Western Siskiyou County, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ko86', 0.0117336) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz080.txt [caz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz081.txt centroid = (0.7284341, -2.1391296) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz081.txt description = Central Siskiyou County, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ksiy', 0.0013636) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz081.txt [caz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz082.txt centroid = (0.7203044, -2.1325236) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz082.txt description = South Central Siskiyou County, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kmhs', 0.0019108) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz082.txt [caz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz083.txt centroid = (0.7250534, -2.1274988) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz083.txt description = North Central and Southeast Siskiyou County, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kmhs', 0.0067630) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz083.txt [caz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz084.txt centroid = (0.7306629, -2.1229679) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz084.txt description = Northeast Siskiyou and Northwest Modoc Counties, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('klmt', 0.0050989) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz084.txt [caz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz085.txt centroid = (0.7253780, -2.1076334) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz085.txt description = Modoc County, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kaat', 0.0028506) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz085.txt [caz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz087.txt centroid = (0.5826258, -2.0670475) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz087.txt description = Catalina Island, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kavx', 0.0003950) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz087.txt [caz088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz088.txt centroid = (0.6013253, -2.0692257) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz088.txt description = Santa Clarita Valley, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kwhp', 0.0042165) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz088.txt [caz089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz089.txt centroid = (0.6391588, -2.1031584) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz089.txt description = West-Central San Joaquin Valley, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kmae', 0.0083056) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz089.txt [caz090] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz090.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz090.txt centroid = (0.6466619, -2.0964319) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz090.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz090.txt description = East-Central San Joaquin Valley, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz090.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz090.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz090.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz090.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz090.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz090.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz090.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz090.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz090.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz090.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz090.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz090.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz090.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz090.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz090.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz090.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz090.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz090.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz090.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz090.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz090.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz090.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz090.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz090.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz090.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz090.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz090.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz090.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz090.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz090.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kmae', 0.0011810) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz090.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz090.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz090.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz090.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz090.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz090.txt [caz091] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz091.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz091.txt centroid = (0.6244544, -2.0902011) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz091.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz091.txt description = Southwestern San Joaquin Valley, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz091.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz091.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz091.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz091.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz091.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz091.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz091.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz091.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz091.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz091.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz091.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz091.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz091.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz091.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz091.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz091.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz091.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz091.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz091.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz091.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz091.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz091.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz091.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz091.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz091.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz091.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz091.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz091.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz091.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz091.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('khjo', 0.0096040) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz091.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz091.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz091.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz091.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz091.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz091.txt [caz092] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz092.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz092.txt centroid = (0.6244736, -2.0801811) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz092.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz092.txt description = Southeastern San Joaquin Valley, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz092.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz092.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz092.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz092.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz092.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz092.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz092.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz092.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz092.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz092.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz092.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz092.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz092.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz092.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz092.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz092.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz092.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz092.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz092.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz092.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz092.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz092.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz092.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz092.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz092.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz092.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz092.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz092.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz092.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz092.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kptv', 0.0047353) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz092.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz092.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz092.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz092.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz092.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz092.txt [caz093] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz093.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz093.txt centroid = (0.6507338, -2.0898119) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz093.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz093.txt description = Mariposa Madera and Fresno County Foothills, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz093.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz093.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz093.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz093.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz093.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz093.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz093.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz093.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz093.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz093.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz093.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz093.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz093.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz093.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz093.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz093.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz093.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz093.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz093.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz093.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz093.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz093.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz093.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz093.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz093.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz093.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz093.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz093.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz093.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz093.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kmae', 0.0074459) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz093.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz093.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz093.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz093.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz093.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz093.txt [caz094] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz094.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz094.txt centroid = (0.6328546, -2.0753728) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz094.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz094.txt description = Tulare County Foothills, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz094.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz094.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz094.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz094.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz094.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz094.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz094.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz094.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz094.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz094.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz094.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz094.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz094.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz094.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz094.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz094.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz094.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz094.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz094.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz094.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz094.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz094.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz094.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz094.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz094.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz094.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz094.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz094.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz094.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz094.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kptv', 0.0045283) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz094.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz094.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz094.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz094.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz094.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz094.txt [caz095] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz095.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz095.txt centroid = (0.6170158, -2.0694596) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz095.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz095.txt description = Kern County Mountains, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz095.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz095.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz095.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz095.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz095.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz095.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz095.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz095.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz095.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz095.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz095.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz095.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz095.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz095.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz095.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz095.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz095.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz095.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz095.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz095.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz095.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz095.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz095.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz095.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz095.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz095.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz095.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz095.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz095.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz095.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ktsp', 0.0042189) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz095.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz095.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz095.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz095.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz095.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz095.txt [caz096] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz096.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz096.txt centroid = (0.6525018, -2.0802702) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz096.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz096.txt description = Sierra Nevada from Yosemite to Kings Canyon, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz096.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz096.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz096.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz096.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz096.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz096.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz096.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz096.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz096.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz096.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz096.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz096.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz096.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz096.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz096.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz096.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz096.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz096.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz096.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz096.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz096.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz096.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz096.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz096.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz096.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz096.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz096.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz096.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz096.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz096.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kmmh', 0.0063835) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz096.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz096.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz096.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz096.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz096.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz096.txt [caz097] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz097.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz097.txt centroid = (0.6327133, -2.0675956) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz097.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz097.txt description = Tulare County Mountains, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz097.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz097.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz097.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz097.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz097.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz097.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz097.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz097.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz097.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz097.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz097.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz097.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz097.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz097.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz097.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz097.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz097.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz097.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz097.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz097.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz097.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz097.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz097.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz097.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz097.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz097.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz097.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz097.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz097.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz097.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kptv', 0.0093043) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz097.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz097.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz097.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz097.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz097.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz097.txt [caz098] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz098.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz098.txt centroid = (0.6218102, -2.0560240) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz098.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz098.txt description = Indian Wells Valley, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz098.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz098.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz098.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz098.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz098.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz098.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz098.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz098.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz098.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz098.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz098.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz098.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz098.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz098.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz098.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz098.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz098.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz098.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz098.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz098.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz098.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz098.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz098.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz098.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz098.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz098.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz098.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz098.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz098.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz098.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('knid', 0.0017422) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz098.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz098.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz098.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz098.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz098.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz098.txt [caz099] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz099.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz099.txt centroid = (0.6121341, -2.0600121) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz099.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz099.txt description = Southeastern Kern County Desert, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz099.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz099.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz099.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz099.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz099.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz099.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz099.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz099.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz099.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz099.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz099.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz099.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz099.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz099.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz099.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz099.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz099.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz099.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz099.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz099.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz099.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz099.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz099.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz099.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz099.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz099.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz099.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz099.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz099.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz099.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kmhv', 0.0017174) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz099.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz099.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz099.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz099.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz099.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz099.txt [caz101] centroid = (0.7160091, -2.1658768) @@ -8228,328 +8228,328 @@ station = ('kuki', 0.0071368) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz113.txt [caz505] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz505.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz505.txt centroid = (0.6673511, -2.1459574) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz505.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz505.txt description = Coastal North Bay Including Point Reyes National Seashore, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz505.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz505.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz505.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz505.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz505.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz505.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz505.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz505.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz505.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz505.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz505.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz505.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz505.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz505.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz505.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz505.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz505.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz505.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz505.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz505.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz505.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz505.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz505.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz505.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz505.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz505.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz505.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz505.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz505.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz505.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ksts', 0.0049713) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz505.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz505.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz505.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz505.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz505.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz505.txt [caz506] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz506.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz506.txt centroid = (0.6696793, -2.1405050) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz506.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz506.txt description = North Bay Interior Valleys, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz506.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz506.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz506.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz506.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz506.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz506.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz506.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz506.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz506.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz506.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz506.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz506.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz506.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz506.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz506.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz506.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz506.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz506.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz506.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz506.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz506.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz506.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz506.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz506.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz506.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz506.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz506.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz506.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz506.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz506.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ko69', 0.0021682) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz506.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz506.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz506.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz506.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz506.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz506.txt [caz507] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz507.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz507.txt centroid = (0.6728506, -2.1414125) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz507.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz507.txt description = North Bay Mountains, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz507.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz507.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz507.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz507.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz507.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz507.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz507.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz507.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz507.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz507.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz507.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz507.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz507.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz507.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz507.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz507.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz507.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz507.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz507.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz507.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz507.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz507.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz507.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz507.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz507.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz507.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz507.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz507.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz507.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz507.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ksts', 0.0019021) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz507.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz507.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz507.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz507.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz507.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz507.txt [caz508] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz508.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz508.txt centroid = (0.6561356, -2.1321815) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz508.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz508.txt description = San Francisco Bay Shoreline, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz508.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz508.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz508.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz508.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz508.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz508.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz508.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz508.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz508.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz508.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz508.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz508.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz508.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz508.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz508.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz508.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz508.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz508.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz508.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz508.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz508.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz508.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz508.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz508.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz508.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz508.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz508.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz508.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz508.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz508.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('khwd', 0.0014366) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz508.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz508.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz508.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz508.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz508.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz508.txt [caz509] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz509.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz509.txt centroid = (0.6522994, -2.1361486) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz509.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz509.txt description = San Fransisco Peninsula Coast, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz509.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz509.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz509.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz509.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz509.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz509.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz509.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz509.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz509.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz509.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz509.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz509.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz509.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz509.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz509.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz509.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz509.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz509.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz509.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz509.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz509.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz509.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz509.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz509.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz509.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz509.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz509.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz509.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz509.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz509.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('khaf', 0.0026578) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz509.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz509.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz509.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz509.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz509.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz509.txt [caz510] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz510.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz510.txt centroid = (0.6611360, -2.1272090) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz510.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz510.txt description = East Bay Interior Valleys, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz510.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz510.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz510.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz510.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz510.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz510.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz510.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz510.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz510.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz510.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz510.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz510.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz510.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz510.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz510.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz510.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz510.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz510.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz510.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz510.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz510.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz510.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz510.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz510.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz510.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz510.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz510.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz510.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz510.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz510.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kccr', 0.0031359) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz510.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz510.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz510.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz510.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz510.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz510.txt [caz511] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz511.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz511.txt centroid = (0.6536328, -2.1233519) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz511.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz511.txt description = East Bay Hills and the Diablo Range, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz511.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz511.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz511.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz511.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz511.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz511.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz511.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz511.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz511.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz511.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz511.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz511.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz511.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz511.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz511.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz511.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz511.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz511.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz511.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz511.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz511.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz511.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz511.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz511.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz511.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz511.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz511.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz511.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz511.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz511.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('krhv', 0.0029914) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz511.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz511.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz511.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz511.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz511.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz511.txt [caz512] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz512.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz512.txt centroid = (0.6487843, -2.1299998) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz512.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz512.txt description = Santa Cruz Mountains, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz512.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz512.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz512.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz512.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz512.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz512.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz512.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz512.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz512.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz512.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz512.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz512.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz512.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz512.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz512.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz512.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz512.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz512.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz512.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz512.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz512.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz512.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz512.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz512.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz512.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz512.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz512.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz512.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz512.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz512.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ksjc', 0.0037956) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz512.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz512.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz512.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz512.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz512.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz512.txt [caz513] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz513.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz513.txt centroid = (0.6496046, -2.1257604) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz513.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz513.txt description = Santa Clara Valley Including San Jose, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz513.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz513.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz513.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz513.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz513.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz513.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz513.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz513.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz513.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz513.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz513.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz513.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz513.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz513.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz513.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz513.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz513.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz513.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz513.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz513.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz513.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz513.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz513.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz513.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz513.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz513.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz513.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz513.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz513.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz513.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('krhv', 0.0020035) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz513.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz513.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz513.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz513.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz513.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz513.txt [caz516] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz516.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz516.txt centroid = (0.6300883, -2.1128013) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz516.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz516.txt description = Southern Salinas Valley/Arroyo Seco and Lake San Antonio, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz516.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz516.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz516.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz516.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz516.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz516.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz516.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz516.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz516.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz516.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz516.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz516.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz516.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz516.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz516.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz516.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz516.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz516.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz516.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz516.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz516.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz516.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz516.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz516.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz516.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz516.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz516.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz516.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz516.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz516.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('kprb', 0.0096466) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz516.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz516.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz516.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz516.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz516.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz516.txt [caz517] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz517.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz517.txt centroid = (0.6311215, -2.1191578) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz517.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz517.txt description = Santa Lucia Mountains and Los Padres National Forest, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz517.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz517.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz517.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz517.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz517.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz517.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz517.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz517.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz517.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz517.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz517.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz517.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz517.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz517.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz517.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz517.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz517.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz517.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz517.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz517.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz517.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz517.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz517.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz517.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz517.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz517.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz517.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz517.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz517.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz517.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ksns', 0.0091919) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz517.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz517.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz517.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz517.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz517.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz517.txt [caz518] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ca/caz518.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ca/caz518.txt centroid = (0.6348077, -2.1104766) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ca/caz518.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ca/caz518.txt description = Mountains Of San Benito County And Interior Monterey County Including Pinnacles National Monument, CA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ca/caz518.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ca/caz518.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ca/caz518.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ca/caz518.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ca/caz518.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ca/caz518.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ca/caz518.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ca/caz518.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ca.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ca/caz518.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ca/caz518.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ca/caz518.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ca/caz518.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ca/caz518.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ca/caz518.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ca/caz518.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ca.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ca/caz518.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ca/caz518.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ca/caz518.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ca/caz518.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ca/caz518.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ca/caz518.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ca/caz518.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ca/caz518.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ca.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ca/caz518.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ca/caz518.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ca/caz518.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ca/caz518.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ca/caz518.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ca/caz518.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ca/caz518.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ca.txt station = ('ksns', 0.0108205) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ca/caz518.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ca/caz518.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ca/caz518.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ca/caz518.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ca/caz518.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz518.txt [caz519] centroid = (0.6427507, -2.0654401) @@ -8656,4486 +8656,4486 @@ station = ('dgaa', 0.0977816) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz554.txt [coz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz001.txt centroid = (0.7058810, -1.8971624) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz001.txt description = Lower Yampa River Basin, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k4v0', 0.0061329) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz001.txt [coz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz002.txt centroid = (0.7051933, -1.8834441) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz002.txt description = Central Yampa River Basin, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kcag', 0.0055258) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz002.txt [coz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz003.txt centroid = (0.6907280, -1.8925949) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz003.txt description = Roan and Tavaputs Plateaus, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kgjt', 0.0078296) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz003.txt [coz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz004.txt centroid = (0.7079980, -1.8667204) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz004.txt description = Elkhead and Park Mountains, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('ksbs', 0.0014489) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz004.txt [coz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz005.txt centroid = (0.7049437, -1.8668321) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz005.txt description = Upper Yampa River Basin, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('ksbs', 0.0025404) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz005.txt [coz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz006.txt centroid = (0.6833680, -1.8968395) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz006.txt description = Grand Valley, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kgjt', 0.0020301) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz006.txt [coz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz007.txt centroid = (0.6883963, -1.8845594) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz007.txt description = Debeque to Silt Corridor, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kril', 0.0035342) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz007.txt [coz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz008.txt centroid = (0.6916495, -1.8680119) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz008.txt description = Central Colorado River Basin, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kege', 0.0015579) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz008.txt [coz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz009.txt centroid = (0.6830032, -1.8824231) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz009.txt description = Grand and Battlement Mesas, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kajz', 0.0066827) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz009.txt [coz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz010.txt centroid = (0.6882758, -1.8642682) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz010.txt description = Gore and Elk Mountains/Central Mountain Valleys, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kase', 0.0035941) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz010.txt [coz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz011.txt centroid = (0.6749799, -1.8835611) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz011.txt description = Central Gunnison and Uncompahgre River Basin, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kajz', 0.0027755) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz011.txt [coz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz012.txt centroid = (0.6772069, -1.8675756) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz012.txt description = West Elk and Sawatch Mountains, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kguc', 0.0047721) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz012.txt [coz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz013.txt centroid = (0.6977233, -1.8751399) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz013.txt description = Flattops, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('keeo', 0.0060944) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz013.txt [coz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz014.txt centroid = (0.6715608, -1.8707853) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz014.txt description = Upper Gunnison River Valley, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kguc', 0.0036130) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz014.txt [coz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz017.txt centroid = (0.6728925, -1.8924535) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz017.txt description = Uncompahgre Plateau/Dallas Divide, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kaib', 0.0057964) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz017.txt [coz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz018.txt centroid = (0.6642514, -1.8771086) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz018.txt description = Northwestern San Juan Mountains, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('ktex', 0.0052555) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz018.txt [coz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz019.txt centroid = (0.6548580, -1.8790162) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz019.txt description = Southwest San Juan Mountains, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kdro', 0.0066363) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz019.txt [coz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz020.txt centroid = (0.6666512, -1.8973387) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz020.txt description = Paradox Valley/Little Dolores River, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kaib', 0.0021376) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz020.txt [coz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz021.txt centroid = (0.6524198, -1.8976581) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz021.txt description = Four Corners/Upper Dolores River, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kcez', 0.0019266) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz021.txt [coz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz022.txt centroid = (0.6483689, -1.8828176) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz022.txt description = Animas River Basin, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kdro', 0.0015420) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz022.txt [coz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz023.txt centroid = (0.6481856, -1.8709999) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz023.txt description = San Juan River Basin, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kpso', 0.0032384) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz023.txt [coz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz030.txt centroid = (0.7099406, -1.8554421) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz030.txt description = Jackson County Below 9000 Feet, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k33v', 0.0014357) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz030.txt [coz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz031.txt centroid = (0.7089091, -1.8606816) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz031.txt description = West Jackson and West Grand Counties Above 9000 Feet, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('ksbs', 0.0038405) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz031.txt [coz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz032.txt centroid = (0.6993988, -1.8536967) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz032.txt description = Grand and Summit Counties Below 9000 Feet, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k20v', 0.0021613) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz032.txt [coz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz033.txt centroid = (0.7066489, -1.8484276) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz033.txt description = South and East Jackson/Larimer/North and Northeast Grand/Northwest Boulder Counties Above 9000 Feet, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k33v', 0.0065397) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz033.txt [coz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz034.txt centroid = (0.6912272, -1.8474397) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz034.txt description = South and Southeast Grand/West Central and Southwest Boulder/Gilpin/Clear Creek/Summit/North and West Park Counties Above 9000 Feet, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kccu', 0.0046920) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz034.txt [coz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz035.txt centroid = (0.7087765, -1.8408127) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz035.txt description = Larimer and Boulder Counties Between 6000 and 9000 Feet, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kfnl', 0.0066394) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz035.txt [coz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz036.txt centroid = (0.6891223, -1.8372749) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz036.txt description = Jefferson and West Douglas Counties Above 6000 Feet/Gilpin/Clear Creek/Northeast Park Counties Below 9000 Feet, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kapa', 0.0058115) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz036.txt [coz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz037.txt centroid = (0.6804096, -1.8443540) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz037.txt description = Central and Southeast Park County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k4bm', 0.0024449) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz037.txt [coz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz038.txt centroid = (0.7106684, -1.8298433) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz038.txt description = Larimer County Below 6000 Feet/Northwest Weld County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kfnl', 0.0052220) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz038.txt [coz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz039.txt centroid = (0.6974440, -1.8353184) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz039.txt description = Boulder And Jefferson Counties Below 6000 Feet/West Broomfield County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kbjc', 0.0009301) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz039.txt [coz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz040.txt centroid = (0.6940406, -1.8291749) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz040.txt description = North Douglas County Below 6000 Feet/Denver/West Adams and Arapahoe Counties/East Broomfield County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kbkf', 0.0011497) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz040.txt [coz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz041.txt centroid = (0.6860453, -1.8240279) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz041.txt description = Elbert/Central and East Douglas Counties Above 6000 Feet, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kmnh', 0.0023145) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz041.txt [coz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz042.txt centroid = (0.7110943, -1.8151861) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz042.txt description = Northeast Weld County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k82v', 0.0073613) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz042.txt [coz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz043.txt centroid = (0.7027882, -1.8254818) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz043.txt description = Central and South Weld County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kgxy', 0.0029571) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz043.txt [coz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz044.txt centroid = (0.7027167, -1.8118228) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz044.txt description = Morgan County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kfmm', 0.0012718) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz044.txt [coz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz045.txt centroid = (0.6943600, -1.8169715) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz045.txt description = Central and East Adams and Arapahoe Counties, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kftg', 0.0059711) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz045.txt [coz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz046.txt centroid = (0.6868918, -1.8095818) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz046.txt description = North and Northeast Elbert County Below 6000 Feet/North Lincoln County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('klic', 0.0015718) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz046.txt [coz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz047.txt centroid = (0.6772715, -1.8080634) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz047.txt description = Southeast Elbert County Below 6000 Feet/South Lincoln County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('klic', 0.0081204) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz047.txt [coz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz048.txt centroid = (0.7107801, -1.7996107) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz048.txt description = Logan County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kstk', 0.0028188) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz048.txt [coz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz049.txt centroid = (0.6976256, -1.8012025) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz049.txt description = Washington County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kako', 0.0034212) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz049.txt [coz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz050.txt centroid = (0.7134173, -1.7863759) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz050.txt description = Sedgwick County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kheq', 0.0056439) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz050.txt [coz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz051.txt centroid = (0.7084972, -1.7864754) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz051.txt description = Phillips County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kheq', 0.0014215) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz051.txt [coz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz058.txt centroid = (0.6851203, -1.8537858) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz058.txt description = Western Mosquito Range/East Lake County Above 11000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('klxv', 0.0014348) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz058.txt [coz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz059.txt centroid = (0.6839474, -1.8560634) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz059.txt description = Leadville Vicinity/Lake County Below 11000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('klxv', 0.0008878) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz059.txt [coz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz060.txt centroid = (0.6775316, -1.8563078) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz060.txt description = Eastern Sawatch Mountains Above 11000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k7bm', 0.0020189) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz060.txt [coz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz061.txt centroid = (0.6761667, -1.8545153) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz061.txt description = Western Chaffee County Between 9000 and 11000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k7bm', 0.0008817) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz061.txt [coz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz062.txt centroid = (0.6752208, -1.8516687) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz062.txt description = Central Chaffee County Below 9000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kaej', 0.0022462) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz062.txt [coz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz063.txt centroid = (0.6776119, -1.8504906) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz063.txt description = Western Mosquito Range/East Chaffee County Above 9000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kaej', 0.0013073) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz063.txt [coz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz064.txt centroid = (0.6685711, -1.8623431) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz064.txt description = Saguache County West of Continental Divide Below 10000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kguc', 0.0050499) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz064.txt [coz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz065.txt centroid = (0.6650944, -1.8560233) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz065.txt description = Saguache County East of Continental Divide Below 10000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k04v', 0.0023917) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz065.txt [coz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz066.txt centroid = (0.6636248, -1.8628213) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz066.txt description = La Garita Mountains Above 10000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('krcv', 0.0075158) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz066.txt [coz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz067.txt centroid = (0.6539574, -1.8594965) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz067.txt description = Upper Rio Grande Valley/Eastern San Juan Mountains Below 10000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kcpw', 0.0036010) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz067.txt [coz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz068.txt centroid = (0.6532279, -1.8622698) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz068.txt description = Eastern San Juan Mountains Above 10000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kcpw', 0.0014497) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz068.txt [coz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz069.txt centroid = (0.6617451, -1.8506546) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz069.txt description = Del Norte Vicinity/Northern San Luis Valley Below 8500 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k04v', 0.0036721) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz069.txt [coz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz070.txt centroid = (0.6555701, -1.8481798) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz070.txt description = Alamosa Vicinity/Central San Luis Valley Below 8500 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kals', 0.0022645) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz070.txt [coz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz071.txt centroid = (0.6496534, -1.8457503) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz071.txt description = Southern San Luis Valley, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kals', 0.0040014) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz071.txt [coz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz072.txt centroid = (0.6615112, -1.8419838) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz072.txt description = Northern Sangre De Cristo Mountains Between 8500 And 11000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kvtp', 0.0086688) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz072.txt [coz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz073.txt centroid = (0.6628185, -1.8433644) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz073.txt description = Northern Sangre De Cristo Mountains Above 11000 Feet, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k04v', 0.0078690) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz073.txt [coz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz074.txt centroid = (0.6496901, -1.8330443) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz074.txt description = Southern Sangre De Cristo Mountains Between 7500 and 11000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kvtp', 0.0052102) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz074.txt [coz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz075.txt centroid = (0.6493428, -1.8355767) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz075.txt description = Southern Sangre De Cristo Mountains Above 11000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kvtp', 0.0051754) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz075.txt [coz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz076.txt centroid = (0.6737163, -1.8438967) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz076.txt description = Northwestern Fremont County above 8500 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kank', 0.0056312) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz076.txt [coz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz077.txt centroid = (0.6706393, -1.8422963) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz077.txt description = Western/Central Fremont County Below 8500 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kank', 0.0069976) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz077.txt [coz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz078.txt centroid = (0.6655865, -1.8404532) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz078.txt description = Wet Mountain Valley Below 8500 Feet, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k1v6', 0.0069541) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz078.txt [coz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz079.txt centroid = (0.6640280, -1.8351596) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz079.txt description = Wet Mountains Between 6300 and 10000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k1v6', 0.0066913) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz079.txt [coz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz080.txt centroid = (0.6630296, -1.8349432) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz080.txt description = Wet Mountains Above 10000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k1v6', 0.0076760) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz080.txt [coz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz081.txt centroid = (0.6784234, -1.8345679) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz081.txt description = Teller County/Rampart Range above 7500 Ft/Pikes Peak Between 7500 And 11000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kaff', 0.0043580) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz081.txt [coz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz082.txt centroid = (0.6774600, -1.8334055) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz082.txt description = PIkes Peak above 11000 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kaff', 0.0040855) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz082.txt [coz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz083.txt centroid = (0.6709796, -1.8345994) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz083.txt description = Canon City Vicinity/Eastern Fremont County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k1v6', 0.0003093) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz083.txt [coz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz084.txt centroid = (0.6808948, -1.8229929) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz084.txt description = Northern El Paso County/Monument Ridge/Rampart Range Below 7500 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kfly', 0.0019610) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz084.txt [coz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz085.txt centroid = (0.6756606, -1.8239284) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz085.txt description = Colorado Springs Vicinity/Southern El Paso County/Rampart Range Below 7400 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kcos', 0.0034247) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz085.txt [coz086] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz086.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz086.txt centroid = (0.6664034, -1.8236457) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz086.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz086.txt description = Pueblo and Vicinity/Pueblo County Below 6300 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz086.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz086.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz086.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz086.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz086.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz086.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz086.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz086.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz086.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz086.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz086.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz086.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz086.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz086.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz086.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz086.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz086.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz086.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz086.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz086.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz086.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz086.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz086.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz086.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz086.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz086.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz086.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz086.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz086.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz086.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kpub', 0.0017755) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz086.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz086.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz086.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz086.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz086.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz086.txt [coz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz087.txt centroid = (0.6578128, -1.8301139) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz087.txt description = Walsenburg Vicinity/Upper Huerfano River Basin Below 7500 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kvtp', 0.0053976) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz087.txt [coz088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz088.txt centroid = (0.6519468, -1.8220103) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz088.txt description = Trinidad Vicinity/Western Las Animas County Below 7500 Ft, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('ktad', 0.0016182) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz088.txt [coz089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz089.txt centroid = (0.6689254, -1.8113882) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz089.txt description = Crowley County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('klhx', 0.0060700) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz089.txt [coz090] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz090.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz090.txt centroid = (0.6981823, -1.7876413) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz090.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz090.txt description = Yuma County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz090.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz090.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz090.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz090.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz090.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz090.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz090.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz090.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz090.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz090.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz090.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz090.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz090.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz090.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz090.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz090.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz090.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz090.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz090.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz090.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz090.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz090.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz090.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz090.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz090.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz090.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz090.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz090.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz090.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz090.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('k2v5', 0.0031001) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz090.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz090.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz090.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz090.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz090.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz090.txt [coz091] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz091.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz091.txt centroid = (0.6860086, -1.7907584) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz091.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz091.txt description = Kit Carson County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz091.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz091.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz091.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz091.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz091.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz091.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz091.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz091.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz091.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz091.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz091.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz091.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz091.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz091.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz091.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz091.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz091.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz091.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz091.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz091.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz091.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz091.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz091.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz091.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz091.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz091.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz091.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz091.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz091.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz091.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kitr', 0.0044244) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz091.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz091.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz091.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz091.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz091.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz091.txt [coz092] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz092.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz092.txt centroid = (0.6776747, -1.7907672) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz092.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz092.txt description = Cheyenne County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz092.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz092.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz092.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz092.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz092.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz092.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz092.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz092.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz092.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz092.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz092.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz092.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz092.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz092.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz092.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz092.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz092.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz092.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz092.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz092.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz092.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz092.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz092.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz092.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz092.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz092.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz092.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz092.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz092.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz092.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kitr', 0.0085498) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz092.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz092.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz092.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz092.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz092.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz092.txt [coz093] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz093.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz093.txt centroid = (0.6615269, -1.8101927) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz093.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz093.txt description = La Junta Vicinity/Otero County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz093.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz093.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz093.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz093.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz093.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz093.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz093.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz093.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz093.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz093.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz093.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz093.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz093.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz093.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz093.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz093.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz093.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz093.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz093.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz093.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz093.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz093.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz093.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz093.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz093.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz093.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz093.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz093.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz093.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz093.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('klhx', 0.0037630) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz093.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz093.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz093.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz093.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz093.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz093.txt [coz094] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz094.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz094.txt centroid = (0.6513935, -1.8075415) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz094.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz094.txt description = Eastern Las Animas County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz094.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz094.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz094.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz094.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz094.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz094.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz094.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz094.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz094.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz094.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz094.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz094.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz094.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz094.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz094.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz094.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz094.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz094.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz094.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz094.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz094.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz094.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz094.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz094.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz094.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz094.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz094.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz094.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz094.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz094.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('klhx', 0.0127214) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz094.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz094.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz094.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz094.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz094.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz094.txt [coz095] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz095.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz095.txt centroid = (0.6706253, -1.7992931) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz095.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz095.txt description = Western Kiowa County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz095.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz095.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz095.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz095.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz095.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz095.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz095.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz095.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz095.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz095.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz095.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz095.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz095.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz095.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz095.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz095.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz095.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz095.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz095.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz095.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz095.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz095.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz095.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz095.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz095.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz095.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz095.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz095.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz095.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz095.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('klaa', 0.0083821) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz095.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz095.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz095.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz095.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz095.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz095.txt [coz096] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz096.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz096.txt centroid = (0.6709290, -1.7870269) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz096.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz096.txt description = Eastern Kiowa County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz096.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz096.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz096.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz096.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz096.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz096.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz096.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz096.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz096.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz096.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz096.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz096.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz096.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz096.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz096.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz096.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz096.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz096.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz096.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz096.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz096.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz096.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz096.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz096.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz096.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz096.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz096.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz096.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz096.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz096.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('klaa', 0.0076836) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz096.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz096.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz096.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz096.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz096.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz096.txt [coz097] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz097.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz097.txt centroid = (0.6624415, -1.7989405) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz097.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz097.txt description = Las Animas Vicinity/Bent County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz097.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz097.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz097.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz097.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz097.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz097.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz097.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz097.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz097.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz097.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz097.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz097.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz097.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz097.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz097.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz097.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz097.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz097.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz097.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz097.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz097.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz097.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz097.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz097.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz097.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz097.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz097.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz097.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz097.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz097.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('klhx', 0.0063398) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz097.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz097.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz097.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz097.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz097.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz097.txt [coz098] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz098.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz098.txt centroid = (0.6624432, -1.7871002) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz098.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz098.txt description = Lamar Vicinity/Prowers County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz098.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz098.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz098.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz098.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz098.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz098.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz098.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz098.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz098.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz098.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz098.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz098.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz098.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz098.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz098.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz098.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz098.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz098.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz098.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz098.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz098.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz098.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz098.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz098.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz098.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz098.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz098.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz098.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz098.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz098.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('klaa', 0.0044375) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz098.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz098.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz098.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz098.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz098.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz098.txt [coz099] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/co/coz099.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/co/coz099.txt centroid = (0.6513429, -1.7900184) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/co/coz099.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/co/coz099.txt description = Springfield Vicinity/Baca County, CO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/co/coz099.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/co/coz099.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/co/coz099.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/co/coz099.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/co/coz099.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/co/coz099.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/co/coz099.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/co/coz099.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/co.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/co/coz099.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/co/coz099.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/co/coz099.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/co/coz099.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/co/coz099.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/co/coz099.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/co/coz099.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/co.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/co/coz099.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/co/coz099.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/co/coz099.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/co/coz099.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/co/coz099.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/co/coz099.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/co/coz099.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/co/coz099.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/co.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/co/coz099.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/co/coz099.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/co/coz099.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/co/coz099.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/co/coz099.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/co/coz099.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/co/coz099.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/co.txt station = ('kspd', 0.0010000) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/co/coz099.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/co/coz099.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/co/coz099.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/co/coz099.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/co/coz099.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/co/coz099.txt [ctz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ct/ctz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ct/ctz001.txt centroid = (0.7310329, -1.2784572) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ct/ctz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ct/ctz001.txt description = Northern Litchfield, CT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ct/ctz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ct/ctz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ct/ctz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ct/ctz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ct/ctz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ct/ctz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ct/ctz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ct/ctz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ct.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ct/ctz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ct/ctz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ct/ctz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ct/ctz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ct/ctz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ct/ctz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ct/ctz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ct.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ct/ctz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ct/ctz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ct/ctz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ct/ctz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ct/ctz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ct/ctz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ct/ctz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ct/ctz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ct.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ct/ctz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ct/ctz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ct/ctz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ct/ctz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ct/ctz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ct/ctz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ct/ctz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ct.txt station = ('koxc', 0.0071757) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ct/ctz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ct/ctz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ct/ctz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ct/ctz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ct/ctz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ct/ctz001.txt [ctz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ct/ctz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ct/ctz002.txt centroid = (0.7296593, -1.2694268) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ct/ctz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ct/ctz002.txt description = Hartford, CT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ct/ctz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ct/ctz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ct/ctz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ct/ctz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ct/ctz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ct/ctz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ct/ctz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ct/ctz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ct.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ct/ctz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ct/ctz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ct/ctz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ct/ctz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ct/ctz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ct/ctz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ct/ctz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ct.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ct/ctz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ct/ctz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ct/ctz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ct/ctz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ct/ctz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ct/ctz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ct/ctz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ct/ctz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ct.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ct/ctz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ct/ctz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ct/ctz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ct/ctz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ct/ctz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ct/ctz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ct/ctz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ct.txt station = ('khfd', 0.0016697) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ct/ctz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ct/ctz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ct/ctz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ct/ctz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ct/ctz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ct/ctz002.txt [ctz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ct/ctz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ct/ctz003.txt centroid = (0.7305076, -1.2625101) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ct/ctz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ct/ctz003.txt description = Tolland, CT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ct/ctz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ct/ctz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ct/ctz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ct/ctz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ct/ctz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ct/ctz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ct/ctz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ct/ctz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ct.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ct/ctz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ct/ctz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ct/ctz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ct/ctz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ct/ctz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ct/ctz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ct/ctz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ct.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ct/ctz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ct/ctz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ct/ctz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ct/ctz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ct/ctz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ct/ctz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ct/ctz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ct/ctz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ct.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ct/ctz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ct/ctz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ct/ctz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ct/ctz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ct/ctz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ct/ctz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ct/ctz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ct.txt station = ('kijd', 0.0027073) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ct/ctz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ct/ctz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ct/ctz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ct/ctz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ct/ctz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ct/ctz003.txt [ctz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ct/ctz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ct/ctz004.txt centroid = (0.7300712, -1.2564189) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ct/ctz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ct/ctz004.txt description = Windham, CT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ct/ctz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ct/ctz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ct/ctz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ct/ctz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ct/ctz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ct/ctz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ct/ctz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ct/ctz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ct.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ct/ctz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ct/ctz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ct/ctz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ct/ctz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ct/ctz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ct/ctz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ct/ctz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ct.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ct/ctz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ct/ctz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ct/ctz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ct/ctz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ct/ctz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ct/ctz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ct/ctz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ct/ctz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ct.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ct/ctz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ct/ctz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ct/ctz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ct/ctz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ct/ctz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ct/ctz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ct/ctz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ct.txt station = ('kijd', 0.0029058) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ct/ctz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ct/ctz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ct/ctz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ct/ctz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ct/ctz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ct/ctz004.txt [ctz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ct/ctz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ct/ctz005.txt centroid = (0.7217460, -1.2804242) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ct/ctz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ct/ctz005.txt description = Northern Fairfield, CT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ct/ctz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ct/ctz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ct/ctz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ct/ctz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ct/ctz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ct/ctz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ct/ctz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ct/ctz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ct.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ct/ctz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ct/ctz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ct/ctz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ct/ctz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ct/ctz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ct/ctz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ct/ctz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ct.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ct/ctz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ct/ctz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ct/ctz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ct/ctz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ct/ctz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ct/ctz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ct/ctz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ct/ctz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ct.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ct/ctz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ct/ctz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ct/ctz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ct/ctz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ct/ctz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ct/ctz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ct/ctz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ct.txt station = ('kdxr', 0.0015956) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ct/ctz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ct/ctz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ct/ctz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ct/ctz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ct/ctz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ct/ctz005.txt [ctz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ct/ctz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ct/ctz006.txt centroid = (0.7236973, -1.2740136) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ct/ctz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ct/ctz006.txt description = Northern New Haven, CT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ct/ctz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ct/ctz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ct/ctz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ct/ctz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ct/ctz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ct/ctz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ct/ctz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ct/ctz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ct.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ct/ctz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ct/ctz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ct/ctz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ct/ctz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ct/ctz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ct/ctz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ct/ctz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ct.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ct/ctz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ct/ctz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ct/ctz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ct/ctz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ct/ctz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ct/ctz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ct/ctz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ct/ctz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ct.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ct/ctz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ct/ctz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ct/ctz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ct/ctz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ct/ctz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ct/ctz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ct/ctz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ct.txt station = ('kmmk', 0.0023065) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ct/ctz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ct/ctz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ct/ctz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ct/ctz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ct/ctz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ct/ctz006.txt [ctz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ct/ctz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ct/ctz007.txt centroid = (0.7242715, -1.2663254) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ct/ctz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ct/ctz007.txt description = Northern Middlesex, CT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ct/ctz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ct/ctz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ct/ctz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ct/ctz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ct/ctz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ct/ctz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ct/ctz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ct/ctz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ct.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ct/ctz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ct/ctz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ct/ctz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ct/ctz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ct/ctz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ct/ctz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ct/ctz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ct.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ct/ctz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ct/ctz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ct/ctz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ct/ctz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ct/ctz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ct/ctz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ct/ctz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ct/ctz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ct.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ct/ctz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ct/ctz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ct/ctz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ct/ctz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ct/ctz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ct/ctz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ct/ctz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ct.txt station = ('ksnc', 0.0020883) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ct/ctz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ct/ctz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ct/ctz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ct/ctz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ct/ctz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ct/ctz007.txt [ctz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ct/ctz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ct/ctz008.txt centroid = (0.7248649, -1.2583684) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ct/ctz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ct/ctz008.txt description = Northern New London, CT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ct/ctz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ct/ctz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ct/ctz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ct/ctz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ct/ctz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ct/ctz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ct/ctz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ct/ctz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ct.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ct/ctz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ct/ctz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ct/ctz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ct/ctz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ct/ctz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ct/ctz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ct/ctz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ct.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ct/ctz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ct/ctz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ct/ctz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ct/ctz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ct/ctz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ct/ctz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ct/ctz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ct/ctz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ct.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ct/ctz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ct/ctz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ct/ctz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ct/ctz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ct/ctz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ct/ctz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ct/ctz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ct.txt station = ('kgon', 0.0035215) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ct/ctz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ct/ctz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ct/ctz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ct/ctz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ct/ctz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ct/ctz008.txt [ctz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ct/ctz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ct/ctz009.txt centroid = (0.7178557, -1.2816825) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ct/ctz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ct/ctz009.txt description = Southern Fairfield, CT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ct/ctz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ct/ctz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ct/ctz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ct/ctz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ct/ctz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ct/ctz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ct/ctz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ct/ctz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ct.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ct/ctz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ct/ctz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ct/ctz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ct/ctz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ct/ctz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ct/ctz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ct/ctz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ct.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ct/ctz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ct/ctz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ct/ctz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ct/ctz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ct/ctz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ct/ctz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ct/ctz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ct/ctz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ct.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ct/ctz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ct/ctz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ct/ctz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ct/ctz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ct/ctz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ct/ctz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ct/ctz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ct.txt station = ('kdxr', 0.0041773) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ct/ctz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ct/ctz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ct/ctz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ct/ctz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ct/ctz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ct/ctz009.txt [ctz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ct/ctz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ct/ctz010.txt centroid = (0.7210095, -1.2708685) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ct/ctz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ct/ctz010.txt description = Southern New Haven, CT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ct/ctz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ct/ctz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ct/ctz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ct/ctz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ct/ctz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ct/ctz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ct/ctz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ct/ctz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ct.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ct/ctz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ct/ctz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ct/ctz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ct/ctz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ct/ctz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ct/ctz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ct/ctz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ct.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ct/ctz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ct/ctz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ct/ctz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ct/ctz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ct/ctz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ct/ctz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ct/ctz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ct/ctz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ct.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ct/ctz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ct/ctz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ct/ctz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ct/ctz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ct/ctz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ct/ctz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ct/ctz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ct.txt station = ('khvn', 0.0011777) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ct/ctz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ct/ctz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ct/ctz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ct/ctz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ct/ctz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ct/ctz010.txt [ctz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ct/ctz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ct/ctz011.txt centroid = (0.7211892, -1.2644876) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ct/ctz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ct/ctz011.txt description = Southern Middlesex, CT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ct/ctz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ct/ctz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ct/ctz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ct/ctz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ct/ctz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ct/ctz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ct/ctz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ct/ctz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ct.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ct/ctz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ct/ctz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ct/ctz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ct/ctz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ct/ctz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ct/ctz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ct/ctz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ct.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ct/ctz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ct/ctz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ct/ctz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ct/ctz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ct/ctz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ct/ctz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ct/ctz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ct/ctz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ct.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ct/ctz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ct/ctz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ct/ctz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ct/ctz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ct/ctz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ct/ctz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ct/ctz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ct.txt station = ('ksnc', 0.0013190) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ct/ctz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ct/ctz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ct/ctz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ct/ctz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ct/ctz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ct/ctz011.txt [ctz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ct/ctz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ct/ctz012.txt centroid = (0.7218944, -1.2584417) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ct/ctz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ct/ctz012.txt description = Southern New London, CT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ct/ctz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ct/ctz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ct/ctz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ct/ctz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ct/ctz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ct/ctz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ct/ctz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ct/ctz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ct.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ct/ctz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ct/ctz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ct/ctz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ct/ctz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ct/ctz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ct/ctz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ct/ctz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ct.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ct/ctz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ct/ctz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ct/ctz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ct/ctz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ct/ctz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ct/ctz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ct/ctz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ct/ctz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ct.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ct/ctz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ct/ctz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ct/ctz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ct/ctz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ct/ctz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ct/ctz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ct/ctz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ct.txt station = ('kgon', 0.0008551) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ct/ctz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ct/ctz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ct/ctz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ct/ctz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ct/ctz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ct/ctz012.txt [ctz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ct/ctz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ct/ctz013.txt centroid = (0.7266574, -1.2782233) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ct/ctz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ct/ctz013.txt description = Southern Litchfield, CT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ct/ctz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ct/ctz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ct/ctz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ct/ctz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ct/ctz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ct/ctz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ct/ctz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ct/ctz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ct.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ct/ctz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ct/ctz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ct/ctz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ct/ctz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ct/ctz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ct/ctz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ct/ctz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ct.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ct/ctz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ct/ctz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ct/ctz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ct/ctz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ct/ctz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ct/ctz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ct/ctz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ct/ctz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ct.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ct/ctz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ct/ctz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ct/ctz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ct/ctz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ct/ctz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ct/ctz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ct/ctz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ct.txt station = ('koxc', 0.0029627) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ct/ctz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ct/ctz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ct/ctz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ct/ctz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ct/ctz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ct/ctz013.txt [dcz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/dc/dcz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/dc/dcz001.txt centroid = (0.6790954, -1.3441583) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/dc/dcz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/dc/dcz001.txt description = District of Columbia, DC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/dc/dcz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/dc/dcz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/dc/dcz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/dc/dcz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/dc/dcz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/dc/dcz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/dc/dcz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/dc/dcz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/dc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/dc/dcz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/dc/dcz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/dc/dcz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/dc/dcz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/dc/dcz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/dc/dcz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/dc/dcz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/dc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/dc/dcz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/dc/dcz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/dc/dcz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/dc/dcz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/dc/dcz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/dc/dcz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/dc/dcz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/dc/dcz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/dc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/dc/dcz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/dc/dcz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/dc/dcz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/dc/dcz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/dc/dcz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/dc/dcz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/dc/dcz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/dc.txt station = ('kdca', 0.0010658) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/dc/dcz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/dc/dcz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/dc/dcz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/dc/dcz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/dc/dcz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/dc/dcz001.txt [dez001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/de/dez001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/de/dez001.txt centroid = (0.6908188, -1.3203224) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/de/dez001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/de/dez001.txt description = New Castle, DE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/de/dez001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/de/dez001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/de/dez001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/de/dez001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/de/dez001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/de/dez001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/de/dez001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/de/dez001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/de.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/de/dez001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/de/dez001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/de/dez001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/de/dez001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/de/dez001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/de/dez001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/de/dez001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/de.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/de/dez001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/de/dez001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/de/dez001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/de/dez001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/de/dez001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/de/dez001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/de/dez001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/de/dez001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/de.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/de/dez001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/de/dez001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/de/dez001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/de/dez001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/de/dez001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/de/dez001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/de/dez001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/de.txt station = ('kilg', 0.0016333) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/de/dez001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/de/dez001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/de/dez001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/de/dez001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/de/dez001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/de/dez001.txt [dez002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/de/dez002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/de/dez002.txt centroid = (0.6821916, -1.3189244) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/de/dez002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/de/dez002.txt description = Kent, DE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/de/dez002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/de/dez002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/de/dez002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/de/dez002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/de/dez002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/de/dez002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/de/dez002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/de/dez002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/de.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/de/dez002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/de/dez002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/de/dez002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/de/dez002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/de/dez002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/de/dez002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/de/dez002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/de.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/de/dez002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/de/dez002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/de/dez002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/de/dez002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/de/dez002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/de/dez002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/de/dez002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/de/dez002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/de.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/de/dez002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/de/dez002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/de/dez002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/de/dez002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/de/dez002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/de/dez002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/de/dez002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/de.txt station = ('kdov', 0.0016049) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/de/dez002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/de/dez002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/de/dez002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/de/dez002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/de/dez002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/de/dez002.txt [dez003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/de/dez003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/de/dez003.txt centroid = (0.6748368, -1.3162942) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/de/dez003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/de/dez003.txt description = Inland Sussex, DE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/de/dez003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/de/dez003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/de/dez003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/de/dez003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/de/dez003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/de/dez003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/de/dez003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/de/dez003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/de.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/de/dez003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/de/dez003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/de/dez003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/de/dez003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/de/dez003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/de/dez003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/de/dez003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/de.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/de/dez003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/de/dez003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/de/dez003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/de/dez003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/de/dez003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/de/dez003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/de/dez003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/de/dez003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/de.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/de/dez003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/de/dez003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/de/dez003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/de/dez003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/de/dez003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/de/dez003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/de/dez003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/de.txt station = ('kged', 0.0007683) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/de/dez003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/de/dez003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/de/dez003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/de/dez003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/de/dez003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/de/dez003.txt [dez004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/de/dez004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/de/dez004.txt centroid = (0.6738961, -1.3106009) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/de/dez004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/de/dez004.txt description = Delaware Beaches, DE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/de/dez004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/de/dez004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/de/dez004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/de/dez004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/de/dez004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/de/dez004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/de/dez004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/de/dez004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/de.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/de/dez004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/de/dez004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/de/dez004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/de/dez004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/de/dez004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/de/dez004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/de/dez004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/de.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/de/dez004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/de/dez004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/de/dez004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/de/dez004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/de/dez004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/de/dez004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/de/dez004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/de/dez004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/de.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/de/dez004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/de/dez004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/de/dez004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/de/dez004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/de/dez004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/de/dez004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/de/dez004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/de.txt station = ('kged', 0.0039502) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/de/dez004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/de/dez004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/de/dez004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/de/dez004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/de/dez004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/de/dez004.txt [flz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz007.txt centroid = (0.5384323, -1.5047059) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz007.txt description = Inland Walton, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('k54j', 0.0022572) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz007.txt [flz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz008.txt centroid = (0.5339451, -1.5029327) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz008.txt description = Coastal Walton, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('k54j', 0.0024953) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz008.txt [flz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz009.txt centroid = (0.5387465, -1.4977421) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz009.txt description = Holmes, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('k1j0', 0.0032672) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz009.txt [flz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz010.txt centroid = (0.5342575, -1.4951415) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz010.txt description = Washington, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('k1j0', 0.0040073) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz010.txt [flz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz011.txt centroid = (0.5372123, -1.4821563) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz011.txt description = Jackson, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kmai', 0.0040368) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz011.txt [flz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz012.txt centroid = (0.5299867, -1.4929686) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz012.txt description = Bay, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kecp', 0.0038970) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz012.txt [flz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz013.txt centroid = (0.5306866, -1.4869717) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz013.txt description = Calhoun, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kmai', 0.0074595) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz013.txt [flz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz014.txt centroid = (0.5227383, -1.4862316) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz014.txt description = Gulf, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kaaf', 0.0043319) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz014.txt [flz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz015.txt centroid = (0.5226598, -1.4811789) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz015.txt description = Franklin, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kaaf', 0.0043651) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz015.txt [flz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz016.txt centroid = (0.5337130, -1.4767877) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz016.txt description = Gadsden, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('k2j9', 0.0010217) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz016.txt [flz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz017.txt centroid = (0.5315941, -1.4709268) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz017.txt description = Leon, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('ktlh', 0.0014851) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz017.txt [flz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz018.txt centroid = (0.5315889, -1.4640956) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz018.txt description = Jefferson, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('ktvi', 0.0077473) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz018.txt [flz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz019.txt centroid = (0.5313515, -1.4568263) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz019.txt description = Madison, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kvld', 0.0066605) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz019.txt [flz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz020.txt centroid = (0.5322626, -1.4477122) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz020.txt description = Hamilton, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('k24j', 0.0036159) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz020.txt [flz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz021.txt centroid = (0.5270126, -1.4484749) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz021.txt description = Suwannee, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('k24j', 0.0018917) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz021.txt [flz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz022.txt centroid = (0.5275135, -1.4420172) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz022.txt description = Columbia, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('klcq', 0.0009948) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz022.txt [flz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz023.txt centroid = (0.5293758, -1.4361372) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz023.txt description = Baker, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('klcq', 0.0051748) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz023.txt [flz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz024.txt centroid = (0.5342366, -1.4278277) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz024.txt description = Nassau, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kjax', 0.0025123) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz024.txt [flz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz025.txt centroid = (0.5293619, -1.4254802) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz025.txt description = Duval, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('knip', 0.0016943) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz025.txt [flz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz026.txt centroid = (0.5278120, -1.4814861) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz026.txt description = Liberty, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('k2j9', 0.0080172) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz026.txt [flz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz027.txt centroid = (0.5271191, -1.4738852) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz027.txt description = Wakulla, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('ktlh', 0.0037593) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz027.txt [flz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz028.txt centroid = (0.5252638, -1.4586886) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz028.txt description = Taylor, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('k40j', 0.0005114) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz028.txt [flz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz029.txt centroid = (0.5233457, -1.4517841) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz029.txt description = Lafayette, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('k24j', 0.0059772) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz029.txt [flz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz030.txt centroid = (0.5243650, -1.4376521) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz030.txt description = Union, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('klcq', 0.0039448) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz030.txt [flz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz031.txt centroid = (0.5227296, -1.4341178) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz031.txt description = Bradford, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('k42j', 0.0039305) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz031.txt [flz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz032.txt centroid = (0.5233038, -1.4286899) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz032.txt description = Clay, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kvqq', 0.0041202) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz032.txt [flz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz033.txt centroid = (0.5218761, -1.4214642) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz033.txt description = St. Johns, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('ksgj', 0.0018716) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz033.txt [flz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz034.txt centroid = (0.5178584, -1.4507788) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz034.txt description = Dixie, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kcty', 0.0007494) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz034.txt [flz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz035.txt centroid = (0.5188148, -1.4451413) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz035.txt description = Gilchrist, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kcty', 0.0048203) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz035.txt [flz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz036.txt centroid = (0.5179247, -1.4374113) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz036.txt description = Alachua, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kgnv', 0.0012083) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz036.txt [flz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz037.txt centroid = (0.5167676, -1.4267054) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz037.txt description = Putnam, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('k28j', 0.0012014) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz037.txt [flz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz038.txt centroid = (0.5141827, -1.4192058) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz038.txt description = Flagler, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kfin', 0.0016100) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz038.txt [flz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz040.txt centroid = (0.5098159, -1.4321613) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz040.txt description = Marion, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kocf', 0.0025522) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz040.txt [flz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz041.txt centroid = (0.5077582, -1.4200662) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz041.txt description = Inland Volusia County, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kded', 0.0012989) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz041.txt [flz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz043.txt centroid = (0.5009898, -1.4325837) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz043.txt description = Sumter, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kinf', 0.0040209) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz043.txt [flz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz044.txt centroid = (0.5049464, -1.4247140) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz044.txt description = Northern Lake County, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('klee', 0.0034833) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz044.txt [flz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz045.txt centroid = (0.4976771, -1.4193681) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz045.txt description = Orange, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('korl', 0.0006315) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz045.txt [flz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz046.txt centroid = (0.5012062, -1.4178392) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz046.txt description = Seminole, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('ksfb', 0.0011768) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz046.txt [flz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz047.txt centroid = (0.4895212, -1.4087687) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz047.txt description = Southern Brevard County, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kmlb', 0.0013742) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz047.txt [flz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz050.txt centroid = (0.4874408, -1.4437695) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz050.txt description = Pinellas, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kpie', 0.0006285) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz050.txt [flz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz052.txt centroid = (0.4878003, -1.4258956) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz052.txt description = Polk, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kbow', 0.0013189) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz052.txt [flz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz053.txt centroid = (0.4897865, -1.4163260) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz053.txt description = Osceola, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kism', 0.0059409) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz053.txt [flz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz054.txt centroid = (0.4833323, -1.4070111) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz054.txt description = Indian River, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kvrb', 0.0031678) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz054.txt [flz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz056.txt centroid = (0.4798381, -1.4278521) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz056.txt description = Hardee, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kbow', 0.0079919) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz056.txt [flz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz057.txt centroid = (0.4772324, -1.4196665) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz057.txt description = Highlands, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kobe', 0.0077216) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz057.txt [flz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz058.txt centroid = (0.4787141, -1.4119975) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz058.txt description = Okeechobee, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kobe', 0.0029295) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz058.txt [flz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz059.txt centroid = (0.4778083, -1.4047038) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz059.txt description = St. Lucie, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kfpr', 0.0026582) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz059.txt [flz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz061.txt centroid = (0.4744904, -1.4278416) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz061.txt description = De Soto, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kpgd', 0.0055617) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz061.txt [flz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz063.txt centroid = (0.4705495, -1.4179002) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz063.txt description = Glades, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kobe', 0.0080686) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz063.txt [flz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz064.txt centroid = (0.4727120, -1.4030580) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz064.txt description = Martin, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('ksua', 0.0031155) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz064.txt [flz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz066.txt centroid = (0.4633378, -1.4167152) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz066.txt description = Hendry, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('krsw', 0.0092915) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz066.txt [flz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz067.txt centroid = (0.4645578, -1.4051803) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz067.txt description = Palm Beach Western, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kpbi', 0.0065128) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz067.txt [flz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz068.txt centroid = (0.4646450, -1.3988186) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz068.txt description = Palm Beach Eastern, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kpbi', 0.0012893) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz068.txt [flz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz069.txt centroid = (0.4540474, -1.4242183) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz069.txt description = Western Collier, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kapf', 0.0034984) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz069.txt [flz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz070.txt centroid = (0.4561942, -1.4188305) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz070.txt description = Eastern Collier, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kapf', 0.0074242) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz070.txt [flz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz071.txt centroid = (0.4566340, -1.4069884) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz071.txt description = Western Broward, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('khwo', 0.0066194) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz071.txt [flz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz072.txt centroid = (0.4559795, -1.4009863) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz072.txt description = Broward Metropolitan, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kfxe', 0.0018843) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz072.txt [flz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz073.txt centroid = (0.4484240, -1.4074265) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz073.txt description = Western Dade, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('ktmb', 0.0033296) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz073.txt [flz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz074.txt centroid = (0.4506335, -1.4015134) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz074.txt description = Dade Metropolitan, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kmia', 0.0006771) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz074.txt [flz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz075.txt centroid = (0.4454168, -1.4142857) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz075.txt description = Mainland Monroe, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('khst', 0.0102483) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz075.txt [flz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz076.txt centroid = (0.4389014, -1.4035851) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz076.txt description = Monroe/Upper Keys, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('khst', 0.0058943) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz076.txt [flz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz077.txt centroid = (0.4319188, -1.4134995) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz077.txt description = Monroe/Middle Keys, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kmth', 0.0010187) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz077.txt [flz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz078.txt centroid = (0.4302481, -1.4233631) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz078.txt description = Monroe/Lower Keys, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('knqx', 0.0023891) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz078.txt [flz108] centroid = (0.5308995, -1.5039677) @@ -13204,31 +13204,31 @@ station = ('kx60', 0.0040997) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz139.txt [flz141] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz141.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz141.txt centroid = (0.5067511, -1.4146295) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz141.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz141.txt description = Coastal Volusia County, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz141.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz141.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz141.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz141.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz141.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz141.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz141.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz141.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz141.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz141.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz141.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz141.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz141.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz141.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz141.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz141.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz141.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz141.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz141.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz141.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz141.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz141.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz141.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz141.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz141.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz141.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz141.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz141.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz141.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz141.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('kevb', 0.0016276) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz141.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz141.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz141.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz141.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz141.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz141.txt [flz142] centroid = (0.5035397, -1.4393259) @@ -13237,58 +13237,58 @@ station = ('kcgc', 0.0016056) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz142.txt [flz144] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz144.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz144.txt centroid = (0.4985254, -1.4277858) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz144.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz144.txt description = Southern Lake County, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz144.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz144.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz144.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz144.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz144.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz144.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz144.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz144.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz144.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz144.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz144.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz144.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz144.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz144.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz144.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz144.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz144.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz144.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz144.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz144.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz144.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz144.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz144.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz144.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz144.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz144.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz144.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz144.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz144.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz144.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('klee', 0.0044233) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz144.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz144.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz144.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz144.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz144.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz144.txt [flz147] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/fl/flz147.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/fl/flz147.txt centroid = (0.4984416, -1.4098874) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/fl/flz147.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/fl/flz147.txt description = Northern Brevard County, FL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/fl/flz147.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/fl/flz147.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/fl/flz147.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/fl/flz147.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/fl/flz147.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/fl/flz147.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/fl/flz147.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/fl/flz147.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/fl.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/fl/flz147.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/fl/flz147.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/fl/flz147.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/fl/flz147.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/fl/flz147.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/fl/flz147.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/fl/flz147.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/fl.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/fl/flz147.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/fl/flz147.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/fl/flz147.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/fl/flz147.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/fl/flz147.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/fl/flz147.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/fl/flz147.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/fl/flz147.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/fl.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/fl/flz147.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/fl/flz147.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/fl/flz147.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/fl/flz147.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/fl/flz147.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/fl/flz147.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/fl/flz147.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/fl.txt station = ('ktix', 0.0007900) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/fl/flz147.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/fl/flz147.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/fl/flz147.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/fl/flz147.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/fl/flz147.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz147.txt [flz148] centroid = (0.4983404, -1.4385161) @@ -13447,8887 +13447,8887 @@ station = ('kfmy', 0.0007209) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/fl/flz265.txt [gaz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz001.txt centroid = (0.6083275, -1.4923351) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz001.txt description = Dade, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k9a5', 0.0042231) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz001.txt [gaz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz002.txt centroid = (0.6062506, -1.4887816) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz002.txt description = Walker, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k9a5', 0.0008360) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz002.txt [gaz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz003.txt centroid = (0.6091827, -1.4859402) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz003.txt description = Catoosa, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kcha', 0.0024312) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz003.txt [gaz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz004.txt centroid = (0.6074723, -1.4829591) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz004.txt description = Whitfield, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kdnn', 0.0020312) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz004.txt [gaz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz005.txt centroid = (0.6071739, -1.4791334) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz005.txt description = Murray, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kdnn', 0.0020915) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz005.txt [gaz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz006.txt centroid = (0.6084933, -1.4716564) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz006.txt description = Fannin, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k49a', 0.0050527) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz006.txt [gaz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz007.txt centroid = (0.6054809, -1.4740248) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz007.txt description = Gilmer, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k49a', 0.0014863) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz007.txt [gaz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz008.txt centroid = (0.6079715, -1.4659143) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz008.txt description = Union, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kdzj', 0.0001673) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz008.txt [gaz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz009.txt centroid = (0.6094114, -1.4614916) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz009.txt description = Towns, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kdzj', 0.0039925) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz009.txt [gaz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz010.txt centroid = (0.6088023, -1.4556412) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz010.txt description = Rabun, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ktoc', 0.0052668) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz010.txt [gaz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz011.txt centroid = (0.6017023, -1.4895582) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz011.txt description = Chattooga, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('krmg', 0.0033738) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz011.txt [gaz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz012.txt centroid = (0.6021979, -1.4813604) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz012.txt description = Gordon, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kczl', 0.0012393) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz012.txt [gaz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz013.txt centroid = (0.6015155, -1.4742028) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz013.txt description = Pickens, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kjzp', 0.0002242) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz013.txt [gaz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz014.txt centroid = (0.6011577, -1.4690506) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz014.txt description = Dawson, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kjzp', 0.0041315) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz014.txt [gaz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz015.txt centroid = (0.6033970, -1.4661307) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz015.txt description = Lumpkin, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kdzj', 0.0046759) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz015.txt [gaz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz016.txt centroid = (0.6046938, -1.4616644) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz016.txt description = White, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kajr', 0.0037470) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz016.txt [gaz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz017.txt centroid = (0.6044250, -1.4578945) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz017.txt description = Habersham, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kajr', 0.0023181) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz017.txt [gaz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz018.txt centroid = (0.6030811, -1.4537458) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz018.txt description = Stephens, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ktoc', 0.0006787) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz018.txt [gaz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz019.txt centroid = (0.5980057, -1.4872701) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz019.txt description = Floyd, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('krmg', 0.0016633) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz019.txt [gaz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz020.txt centroid = (0.5975641, -1.4807461) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz020.txt description = Bartow, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kvpc', 0.0018302) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz020.txt [gaz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz021.txt centroid = (0.5976688, -1.4743913) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz021.txt description = Cherokee, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kcni', 0.0014261) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz021.txt [gaz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz022.txt centroid = (0.5973477, -1.4682635) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz022.txt description = Forsyth, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kgvl', 0.0042732) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz022.txt [gaz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz023.txt centroid = (0.5989411, -1.4629297) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz023.txt description = Hall, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kgvl', 0.0008968) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz023.txt [gaz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz024.txt centroid = (0.5995922, -1.4573045) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz024.txt description = Banks, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kajr', 0.0026831) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz024.txt [gaz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz025.txt centroid = (0.5957489, -1.4585071) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz025.txt description = Jackson, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kjca', 0.0007074) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz025.txt [gaz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz026.txt centroid = (0.5999657, -1.4526236) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz026.txt description = Franklin, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k18a', 0.0015446) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz026.txt [gaz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz027.txt centroid = (0.5956442, -1.4522710) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz027.txt description = Madison, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kahn', 0.0035881) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz027.txt [gaz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz028.txt centroid = (0.5995398, -1.4479950) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz028.txt description = Hart, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k18a', 0.0024110) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz028.txt [gaz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz029.txt centroid = (0.5954522, -1.4458360) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz029.txt description = Elbert, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('keba', 0.0004998) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz029.txt [gaz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz030.txt centroid = (0.5934434, -1.4868146) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz030.txt description = Polk, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kpuj', 0.0039342) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz030.txt [gaz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz031.txt centroid = (0.5920192, -1.4812121) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz031.txt description = Paulding, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kpuj', 0.0010693) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz031.txt [gaz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz032.txt centroid = (0.5923909, -1.4761419) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz032.txt description = Cobb, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kmge', 0.0009714) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz032.txt [gaz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz033.txt centroid = (0.5922775, -1.4722847) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz033.txt description = North Fulton, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kpdk', 0.0012100) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz033.txt [gaz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz034.txt centroid = (0.5927435, -1.4664867) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz034.txt description = Gwinnett, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('klzu', 0.0009279) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz034.txt [gaz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz035.txt centroid = (0.5932933, -1.4610622) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz035.txt description = Barrow, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kwdr', 0.0006739) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz035.txt [gaz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz036.txt centroid = (0.5925620, -1.4550356) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz036.txt description = Clarke, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kahn', 0.0004937) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz036.txt [gaz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz037.txt centroid = (0.5905304, -1.4562504) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz037.txt description = Oconee, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kahn', 0.0025082) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz037.txt [gaz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz038.txt centroid = (0.5913298, -1.4500300) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz038.txt description = Oglethorpe, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kahn', 0.0038552) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz038.txt [gaz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz039.txt centroid = (0.5896071, -1.4441413) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz039.txt description = Wilkes, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kiiy', 0.0010625) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz039.txt [gaz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz040.txt centroid = (0.5898096, -1.4390449) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz040.txt description = Lincoln, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('khqu', 0.0047066) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz040.txt [gaz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz041.txt centroid = (0.5898201, -1.4872125) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz041.txt description = Haralson, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kctj', 0.0029995) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz041.txt [gaz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz042.txt centroid = (0.5861304, -1.4849209) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz042.txt description = Carroll, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kctj', 0.0013126) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz042.txt [gaz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz043.txt centroid = (0.5882021, -1.4794755) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz043.txt description = Douglas, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kfty', 0.0039132) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz043.txt [gaz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz044.txt centroid = (0.5865790, -1.4766620) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz044.txt description = South Fulton, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('katl', 0.0026187) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz044.txt [gaz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz045.txt centroid = (0.5894239, -1.4700263) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz045.txt description = DeKalb, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kpdk', 0.0022252) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz045.txt [gaz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz046.txt centroid = (0.5873818, -1.4665426) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz046.txt description = Rockdale, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kcvc', 0.0026332) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz046.txt [gaz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz047.txt centroid = (0.5896000, -1.4614305) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz047.txt description = Walton, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kcvc', 0.0030840) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz047.txt [gaz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz048.txt centroid = (0.5856470, -1.4634638) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz048.txt description = Newton, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kcvc', 0.0013482) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz048.txt [gaz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz049.txt centroid = (0.5862701, -1.4572173) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz049.txt description = Morgan, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k3j7', 0.0051407) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz049.txt [gaz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz050.txt centroid = (0.5860624, -1.4515327) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz050.txt description = Greene, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k3j7', 0.0005185) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz050.txt [gaz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz051.txt centroid = (0.5858407, -1.4465062) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz051.txt description = Taliaferro, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kiiy', 0.0038350) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz051.txt [gaz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz052.txt centroid = (0.5811423, -1.4857691) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz052.txt description = Heard, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('klgc', 0.0050942) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz052.txt [gaz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz053.txt centroid = (0.5821284, -1.4793987) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz053.txt description = Coweta, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kcco', 0.0007276) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz053.txt [gaz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz054.txt centroid = (0.5831843, -1.4747002) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz054.txt description = Fayette, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kffc', 0.0013419) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz054.txt [gaz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz055.txt centroid = (0.5854166, -1.4723196) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz055.txt description = Clayton, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('katl', 0.0021837) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz055.txt [gaz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz056.txt centroid = (0.5805122, -1.4710351) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz056.txt description = Spalding, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k6a2', 0.0006064) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz056.txt [gaz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz057.txt centroid = (0.5838720, -1.4687888) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz057.txt description = Henry, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k4a7', 0.0028115) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz057.txt [gaz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz058.txt centroid = (0.5810044, -1.4653296) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz058.txt description = Butts, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k6a2', 0.0047631) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz058.txt [gaz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz059.txt centroid = (0.5814809, -1.4606329) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz059.txt description = Jasper, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kcvc', 0.0059818) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz059.txt [gaz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz060.txt centroid = (0.5815751, -1.4551299) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz060.txt description = Putnam, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kmlj', 0.0035053) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz060.txt [gaz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz061.txt centroid = (0.5806763, -1.4486407) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz061.txt description = Hancock, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kmlj', 0.0040429) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz061.txt [gaz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz062.txt centroid = (0.5830953, -1.4429806) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz062.txt description = Warren, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('khqu', 0.0031423) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz062.txt [gaz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz063.txt centroid = (0.5843868, -1.4395720) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz063.txt description = McDuffie, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('khqu', 0.0009587) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz063.txt [gaz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz064.txt centroid = (0.5854567, -1.4357777) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz064.txt description = Columbia, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('khqu', 0.0036807) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz064.txt [gaz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz065.txt centroid = (0.5822349, -1.4324528) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz065.txt description = Richmond, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kags', 0.0015622) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz065.txt [gaz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz066.txt centroid = (0.5765433, -1.4840238) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz066.txt description = Troup, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('klgc', 0.0007765) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz066.txt [gaz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz067.txt centroid = (0.5766673, -1.4780897) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz067.txt description = Meriwether, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kpim', 0.0045011) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz067.txt [gaz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz068.txt centroid = (0.5775678, -1.4728694) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz068.txt description = Pike, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k6a2', 0.0028843) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz068.txt [gaz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz069.txt centroid = (0.5738869, -1.4713003) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz069.txt description = Upson, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kopn', 0.0013840) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz069.txt [gaz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz070.txt centroid = (0.5772938, -1.4685096) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz070.txt description = Lamar, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kopn', 0.0028010) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz070.txt [gaz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz071.txt centroid = (0.5762047, -1.4646576) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz071.txt description = Monroe, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kopn', 0.0051658) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz071.txt [gaz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz072.txt centroid = (0.5763967, -1.4584058) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz072.txt description = Jones, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kmlj', 0.0051925) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz072.txt [gaz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz073.txt centroid = (0.5771629, -1.4529849) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz073.txt description = Baldwin, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kmlj', 0.0014927) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz073.txt [gaz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz074.txt centroid = (0.5754263, -1.4450611) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz074.txt description = Washington, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kokz', 0.0006208) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz074.txt [gaz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz075.txt centroid = (0.5799607, -1.4418287) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz075.txt description = Glascock, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('khqu', 0.0054158) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz075.txt [gaz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz076.txt centroid = (0.5769168, -1.4384672) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz076.txt description = Jefferson, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kokz', 0.0063377) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz076.txt [gaz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz077.txt centroid = (0.5770268, -1.4311839) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz077.txt description = Burke, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kags', 0.0053546) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz077.txt [gaz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz078.txt centroid = (0.5713510, -1.4819416) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz078.txt description = Harris, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kpim', 0.0018683) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz078.txt [gaz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz079.txt centroid = (0.5707139, -1.4753792) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz079.txt description = Talbot, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k6a1', 0.0047463) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz079.txt [gaz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz080.txt centroid = (0.5682024, -1.4704469) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz080.txt description = Taylor, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k6a1', 0.0001992) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz080.txt [gaz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz081.txt centroid = (0.5709757, -1.4658392) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz081.txt description = Crawford, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k6a1', 0.0046637) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz081.txt [gaz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz082.txt centroid = (0.5725849, -1.4608039) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz082.txt description = Bibb, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kmcn', 0.0022651) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz082.txt [gaz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz083.txt centroid = (0.5701502, -1.4560793) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz083.txt description = Twiggs, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kwrb', 0.0026072) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz083.txt [gaz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz084.txt centroid = (0.5725099, -1.4516130) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz084.txt description = Wilkinson, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kdbn', 0.0049737) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz084.txt [gaz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz085.txt centroid = (0.5707488, -1.4426909) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz085.txt description = Johnson, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ksbo', 0.0044937) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz085.txt [gaz086] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz086.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz086.txt centroid = (0.5687993, -1.4364374) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz086.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz086.txt description = Emanuel, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz086.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz086.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz086.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz086.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz086.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz086.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz086.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz086.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz086.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz086.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz086.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz086.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz086.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz086.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz086.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz086.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz086.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz086.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz086.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz086.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz086.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz086.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz086.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz086.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz086.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz086.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz086.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz086.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz086.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz086.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ksbo', 0.0011328) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz086.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz086.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz086.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz086.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz086.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz086.txt [gaz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz087.txt centroid = (0.5723371, -1.4305347) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz087.txt description = Jenkins, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ktbr', 0.0063434) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz087.txt [gaz088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz088.txt centroid = (0.5716075, -1.4243964) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz088.txt description = Screven, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ktbr', 0.0050215) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz088.txt [gaz089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz089.txt centroid = (0.5674065, -1.4813831) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz089.txt description = Muscogee, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kcsg', 0.0010807) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz089.txt [gaz090] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz090.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz090.txt centroid = (0.5645617, -1.4798123) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz090.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz090.txt description = Chattahoochee, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz090.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz090.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz090.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz090.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz090.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz090.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz090.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz090.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz090.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz090.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz090.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz090.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz090.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz090.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz090.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz090.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz090.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz090.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz090.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz090.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz090.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz090.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz090.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz090.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz090.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz090.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz090.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz090.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz090.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz090.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('klsf', 0.0007237) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz090.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz090.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz090.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz090.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz090.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz090.txt [gaz091] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz091.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz091.txt centroid = (0.5646734, -1.4752326) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz091.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz091.txt description = Marion, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz091.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz091.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz091.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz091.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz091.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz091.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz091.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz091.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz091.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz091.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz091.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz091.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz091.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz091.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz091.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz091.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz091.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz091.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz091.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz091.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz091.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz091.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz091.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz091.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz091.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz091.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz091.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz091.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz091.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz091.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('klsf', 0.0045659) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz091.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz091.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz091.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz091.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz091.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz091.txt [gaz092] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz092.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz092.txt centroid = (0.5630781, -1.4715726) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz092.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz092.txt description = Schley, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz092.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz092.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz092.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz092.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz092.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz092.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz092.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz092.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz092.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz092.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz092.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz092.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz092.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz092.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz092.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz092.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz092.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz092.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz092.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz092.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz092.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz092.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz092.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz092.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz092.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz092.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz092.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz092.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz092.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz092.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kacj', 0.0031493) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz092.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz092.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz092.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz092.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz092.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz092.txt [gaz093] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz093.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz093.txt centroid = (0.5647606, -1.4668183) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz093.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz093.txt description = Macon, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz093.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz093.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz093.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz093.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz093.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz093.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz093.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz093.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz093.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz093.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz093.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz093.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz093.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz093.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz093.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz093.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz093.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz093.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz093.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz093.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz093.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz093.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz093.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz093.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz093.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz093.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz093.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz093.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz093.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz093.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('k6a1', 0.0047626) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz093.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz093.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz093.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz093.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz093.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz093.txt [gaz094] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz094.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz094.txt centroid = (0.5684328, -1.4630554) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz094.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz094.txt description = Peach, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz094.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz094.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz094.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz094.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz094.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz094.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz094.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz094.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz094.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz094.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz094.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz094.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz094.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz094.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz094.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz094.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz094.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz094.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz094.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz094.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz094.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz094.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz094.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz094.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz094.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz094.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz094.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz094.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz094.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz094.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kpxe', 0.0013419) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz094.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz094.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz094.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz094.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz094.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz094.txt [gaz095] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz095.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz095.txt centroid = (0.5665164, -1.4602507) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz095.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz095.txt description = Houston, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz095.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz095.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz095.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz095.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz095.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz095.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz095.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz095.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz095.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz095.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz095.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz095.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz095.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz095.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz095.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz095.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz095.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz095.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz095.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz095.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz095.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz095.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz095.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz095.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz095.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz095.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz095.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz095.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz095.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz095.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kpxe', 0.0017399) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz095.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz095.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz095.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz095.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz095.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz095.txt [gaz096] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz096.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz096.txt centroid = (0.5660871, -1.4543462) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz096.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz096.txt description = Bleckley, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz096.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz096.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz096.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz096.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz096.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz096.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz096.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz096.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz096.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz096.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz096.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz096.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz096.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz096.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz096.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz096.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz096.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz096.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz096.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz096.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz096.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz096.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz096.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz096.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz096.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz096.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz096.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz096.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz096.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz096.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kezm', 0.0048463) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz096.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz096.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz096.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz096.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz096.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz096.txt [gaz097] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz097.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz097.txt centroid = (0.5665985, -1.4472654) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz097.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz097.txt description = Laurens, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz097.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz097.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz097.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz097.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz097.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz097.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz097.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz097.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz097.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz097.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz097.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz097.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz097.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz097.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz097.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz097.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz097.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz097.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz097.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz097.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz097.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz097.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz097.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz097.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz097.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz097.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz097.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz097.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz097.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz097.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kdbn', 0.0019864) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz097.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz097.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz097.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz097.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz097.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz097.txt [gaz098] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz098.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz098.txt centroid = (0.5655547, -1.4410712) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz098.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz098.txt description = Treutlen, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz098.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz098.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz098.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz098.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz098.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz098.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz098.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz098.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz098.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz098.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz098.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz098.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz098.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz098.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz098.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz098.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz098.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz098.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz098.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz098.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz098.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz098.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz098.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz098.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz098.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz098.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz098.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz098.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz098.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz098.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kvdi', 0.0046818) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz098.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz098.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz098.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz098.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz098.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz098.txt [gaz099] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz099.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz099.txt centroid = (0.5655478, -1.4324563) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz099.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz099.txt description = Candler, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz099.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz099.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz099.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz099.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz099.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz099.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz099.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz099.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz099.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz099.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz099.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz099.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz099.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz099.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz099.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz099.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz099.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz099.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz099.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz099.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz099.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz099.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz099.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz099.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz099.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz099.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz099.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz099.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz099.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz099.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kcwv', 0.0046524) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz099.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz099.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz099.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz099.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz099.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz099.txt [gaz100] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz100.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz100.txt centroid = (0.5654326, -1.4266880) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz100.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz100.txt description = Bulloch, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz100.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz100.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz100.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz100.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz100.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz100.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz100.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz100.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz100.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz100.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz100.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz100.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz100.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz100.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz100.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz100.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz100.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz100.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz100.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz100.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz100.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz100.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz100.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz100.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz100.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz100.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz100.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz100.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz100.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz100.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ktbr', 0.0015063) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz100.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz100.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz100.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz100.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz100.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz100.txt [gaz101] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz101.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz101.txt centroid = (0.5649194, -1.4196630) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz101.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz101.txt description = Effingham, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz101.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz101.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz101.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz101.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz101.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz101.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz101.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz101.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz101.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz101.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz101.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz101.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz101.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz101.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz101.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz101.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz101.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz101.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz101.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz101.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz101.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz101.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz101.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz101.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz101.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz101.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz101.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz101.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz101.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz101.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ksav', 0.0048456) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz101.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz101.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz101.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz101.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz101.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz101.txt [gaz102] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz102.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz102.txt centroid = (0.5598754, -1.4806536) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz102.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz102.txt description = Stewart, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz102.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz102.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz102.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz102.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz102.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz102.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz102.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz102.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz102.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz102.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz102.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz102.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz102.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz102.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz102.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz102.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz102.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz102.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz102.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz102.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz102.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz102.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz102.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz102.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz102.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz102.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz102.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz102.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz102.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz102.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('klsf', 0.0044478) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz102.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz102.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz102.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz102.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz102.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz102.txt [gaz103] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz103.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz103.txt centroid = (0.5593187, -1.4756933) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz103.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz103.txt description = Webster, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz103.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz103.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz103.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz103.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz103.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz103.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz103.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz103.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz103.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz103.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz103.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz103.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz103.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz103.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz103.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz103.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz103.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz103.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz103.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz103.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz103.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz103.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz103.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz103.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz103.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz103.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz103.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz103.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz103.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz103.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kacj', 0.0053074) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz103.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz103.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz103.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz103.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz103.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz103.txt [gaz104] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz104.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz104.txt centroid = (0.5592035, -1.4695166) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz104.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz104.txt description = Sumter, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz104.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz104.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz104.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz104.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz104.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz104.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz104.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz104.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz104.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz104.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz104.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz104.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz104.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz104.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz104.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz104.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz104.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz104.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz104.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz104.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz104.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz104.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz104.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz104.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz104.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz104.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz104.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz104.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz104.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz104.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kacj', 0.0012225) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz104.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz104.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz104.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz104.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz104.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz104.txt [gaz105] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz105.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz105.txt centroid = (0.5612490, -1.4625632) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz105.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz105.txt description = Dooly, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz105.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz105.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz105.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz105.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz105.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz105.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz105.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz105.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz105.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz105.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz105.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz105.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz105.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz105.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz105.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz105.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz105.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz105.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz105.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz105.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz105.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz105.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz105.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz105.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz105.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz105.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz105.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz105.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz105.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz105.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kckf', 0.0029613) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz105.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz105.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz105.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz105.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz105.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz105.txt [gaz106] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz106.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz106.txt centroid = (0.5571615, -1.4620292) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz106.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz106.txt description = Crisp, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz106.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz106.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz106.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz106.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz106.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz106.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz106.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz106.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz106.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz106.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz106.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz106.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz106.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz106.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz106.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz106.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz106.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz106.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz106.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz106.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz106.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz106.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz106.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz106.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz106.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz106.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz106.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz106.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz106.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz106.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kckf', 0.0011522) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz106.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz106.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz106.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz106.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz106.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz106.txt [gaz107] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz107.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz107.txt centroid = (0.5625685, -1.4569380) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz107.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz107.txt description = Pulaski, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz107.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz107.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz107.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz107.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz107.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz107.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz107.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz107.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz107.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz107.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz107.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz107.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz107.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz107.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz107.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz107.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz107.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz107.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz107.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz107.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz107.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz107.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz107.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz107.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz107.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz107.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz107.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz107.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz107.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz107.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kezm', 0.0051577) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz107.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz107.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz107.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz107.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz107.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz107.txt [gaz108] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz108.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz108.txt centroid = (0.5580394, -1.4561666) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz108.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz108.txt description = Wilcox, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz108.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz108.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz108.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz108.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz108.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz108.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz108.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz108.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz108.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz108.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz108.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz108.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz108.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz108.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz108.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz108.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz108.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz108.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz108.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz108.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz108.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz108.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz108.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz108.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz108.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz108.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz108.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz108.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz108.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz108.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kfzg', 0.0056560) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz108.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz108.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz108.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz108.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz108.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz108.txt [gaz109] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz109.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz109.txt centroid = (0.5615108, -1.4515624) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz109.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz109.txt description = Dodge, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz109.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz109.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz109.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz109.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz109.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz109.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz109.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz109.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz109.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz109.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz109.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz109.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz109.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz109.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz109.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz109.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz109.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz109.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz109.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz109.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz109.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz109.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz109.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz109.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz109.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz109.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz109.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz109.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz109.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz109.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kezm', 0.0009468) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz109.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz109.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz109.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz109.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz109.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz109.txt [gaz110] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz110.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz110.txt centroid = (0.5572801, -1.4475569) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz110.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz110.txt description = Telfair, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz110.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz110.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz110.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz110.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz110.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz110.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz110.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz110.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz110.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz110.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz110.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz110.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz110.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz110.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz110.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz110.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz110.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz110.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz110.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz110.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz110.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz110.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz110.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz110.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz110.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz110.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz110.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz110.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz110.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz110.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kaze', 0.0043903) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz110.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz110.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz110.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz110.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz110.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz110.txt [gaz111] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz111.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz111.txt centroid = (0.5605491, -1.4438166) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz111.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz111.txt description = Wheeler, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz111.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz111.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz111.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz111.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz111.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz111.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz111.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz111.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz111.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz111.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz111.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz111.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz111.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz111.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz111.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz111.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz111.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz111.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz111.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz111.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz111.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz111.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz111.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz111.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz111.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz111.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz111.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz111.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz111.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz111.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kaze', 0.0042146) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz111.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz111.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz111.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz111.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz111.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz111.txt [gaz112] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz112.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz112.txt centroid = (0.5615527, -1.4404866) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz112.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz112.txt description = Montgomery, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz112.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz112.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz112.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz112.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz112.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz112.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz112.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz112.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz112.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz112.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz112.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz112.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz112.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz112.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz112.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz112.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz112.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz112.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz112.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz112.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz112.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz112.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz112.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz112.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz112.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz112.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz112.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz112.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz112.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz112.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kvdi', 0.0024112) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz112.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz112.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz112.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz112.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz112.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz112.txt [gaz113] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz113.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz113.txt centroid = (0.5606102, -1.4369400) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz113.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz113.txt description = Toombs, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz113.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz113.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz113.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz113.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz113.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz113.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz113.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz113.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz113.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz113.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz113.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz113.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz113.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz113.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz113.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz113.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz113.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz113.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz113.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz113.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz113.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz113.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz113.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz113.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz113.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz113.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz113.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz113.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz113.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz113.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kvdi', 0.0013957) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz113.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz113.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz113.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz113.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz113.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz113.txt [gaz114] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz114.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz114.txt centroid = (0.5593047, -1.4321858) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz114.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz114.txt description = Tattnall, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz114.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz114.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz114.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz114.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz114.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz114.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz114.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz114.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz114.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz114.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz114.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz114.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz114.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz114.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz114.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz114.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz114.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz114.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz114.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz114.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz114.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz114.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz114.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz114.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz114.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz114.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz114.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz114.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz114.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz114.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kcwv', 0.0038706) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz114.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz114.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz114.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz114.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz114.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz114.txt [gaz115] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz115.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz115.txt centroid = (0.5612420, -1.4291960) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz115.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz115.txt description = Evans, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz115.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz115.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz115.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz115.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz115.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz115.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz115.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz115.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz115.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz115.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz115.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz115.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz115.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz115.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz115.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz115.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz115.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz115.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz115.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz115.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz115.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz115.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz115.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz115.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz115.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz115.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz115.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz115.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz115.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz115.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kcwv', 0.0007942) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz115.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz115.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz115.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz115.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz115.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz115.txt [gaz116] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz116.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz116.txt centroid = (0.5592105, -1.4220070) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz116.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz116.txt description = Inland Bryan, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz116.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz116.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz116.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz116.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz116.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz116.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz116.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz116.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz116.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz116.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz116.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz116.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz116.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz116.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz116.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz116.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz116.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz116.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz116.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz116.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz116.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz116.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz116.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz116.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz116.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz116.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz116.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz116.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz116.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz116.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('klhw', 0.0030590) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz116.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz116.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz116.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz116.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz116.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz116.txt [gaz117] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz117.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz117.txt centroid = (0.5552364, -1.4172108) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz117.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz117.txt description = Coastal Bryan, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz117.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz117.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz117.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz117.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz117.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz117.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz117.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz117.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz117.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz117.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz117.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz117.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz117.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz117.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz117.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz117.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz117.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz117.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz117.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz117.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz117.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz117.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz117.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz117.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz117.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz117.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz117.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz117.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz117.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz117.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ksvn', 0.0036367) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz117.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz117.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz117.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz117.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz117.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz117.txt [gaz118] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz118.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz118.txt centroid = (0.5598528, -1.4176926) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz118.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz118.txt description = Inland Chatham, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz118.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz118.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz118.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz118.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz118.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz118.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz118.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz118.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz118.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz118.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz118.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz118.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz118.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz118.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz118.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz118.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz118.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz118.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz118.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz118.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz118.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz118.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz118.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz118.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz118.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz118.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz118.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz118.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz118.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz118.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ksav', 0.0008021) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz118.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz118.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz118.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz118.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz118.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz118.txt [gaz119] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz119.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz119.txt centroid = (0.5570777, -1.4143136) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz119.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz119.txt description = Coastal Chatham, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz119.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz119.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz119.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz119.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz119.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz119.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz119.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz119.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz119.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz119.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz119.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz119.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz119.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz119.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz119.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz119.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz119.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz119.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz119.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz119.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz119.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz119.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz119.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz119.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz119.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz119.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz119.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz119.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz119.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz119.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ksvn', 0.0024276) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz119.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz119.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz119.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz119.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz119.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz119.txt [gaz120] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz120.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz120.txt centroid = (0.5561911, -1.4838580) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz120.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz120.txt description = Quitman, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz120.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz120.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz120.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz120.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz120.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz120.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz120.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz120.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz120.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz120.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz120.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz120.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz120.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz120.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz120.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz120.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz120.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz120.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz120.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz120.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz120.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz120.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz120.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz120.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz120.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz120.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz120.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz120.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz120.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz120.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('keuf', 0.0022269) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz120.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz120.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz120.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz120.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz120.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz120.txt [gaz121] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz121.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz121.txt centroid = (0.5519848, -1.4831860) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz121.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz121.txt description = Clay, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz121.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz121.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz121.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz121.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz121.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz121.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz121.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz121.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz121.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz121.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz121.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz121.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz121.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz121.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz121.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz121.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz121.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz121.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz121.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz121.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz121.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz121.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz121.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz121.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz121.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz121.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz121.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz121.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz121.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz121.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kbij', 0.0041736) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz121.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz121.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz121.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz121.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz121.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz121.txt [gaz122] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz122.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz122.txt centroid = (0.5543619, -1.4792398) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz122.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz122.txt description = Randolph, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz122.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz122.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz122.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz122.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz122.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz122.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz122.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz122.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz122.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz122.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz122.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz122.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz122.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz122.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz122.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz122.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz122.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz122.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz122.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz122.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz122.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz122.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz122.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz122.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz122.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz122.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz122.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz122.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz122.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz122.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('keuf', 0.0064973) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz122.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz122.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz122.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz122.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz122.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz122.txt [gaz123] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz123.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz123.txt centroid = (0.5502884, -1.4769831) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz123.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz123.txt description = Calhoun, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz123.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz123.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz123.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz123.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz123.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz123.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz123.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz123.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz123.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz123.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz123.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz123.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz123.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz123.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz123.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz123.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz123.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz123.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz123.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz123.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz123.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz123.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz123.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz123.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz123.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz123.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz123.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz123.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz123.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz123.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kbij', 0.0045453) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz123.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz123.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz123.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz123.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz123.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz123.txt [gaz124] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz124.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz124.txt centroid = (0.5546098, -1.4737002) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz124.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz124.txt description = Terrell, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz124.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz124.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz124.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz124.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz124.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz124.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz124.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz124.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz124.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz124.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz124.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz124.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz124.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz124.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz124.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz124.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz124.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz124.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz124.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz124.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz124.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz124.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz124.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz124.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz124.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz124.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz124.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz124.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz124.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz124.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kaby', 0.0055166) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz124.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz124.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz124.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz124.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz124.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz124.txt [gaz125] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz125.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz125.txt centroid = (0.5503599, -1.4698535) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz125.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz125.txt description = Dougherty, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz125.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz125.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz125.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz125.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz125.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz125.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz125.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz125.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz125.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz125.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz125.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz125.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz125.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz125.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz125.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz125.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz125.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz125.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz125.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz125.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz125.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz125.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz125.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz125.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz125.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz125.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz125.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz125.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz125.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz125.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kaby', 0.0002440) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz125.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz125.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz125.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz125.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz125.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz125.txt [gaz126] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz126.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz126.txt centroid = (0.5546587, -1.4685375) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz126.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz126.txt description = Lee, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz126.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz126.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz126.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz126.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz126.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz126.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz126.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz126.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz126.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz126.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz126.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz126.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz126.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz126.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz126.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz126.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz126.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz126.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz126.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz126.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz126.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz126.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz126.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz126.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz126.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz126.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz126.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz126.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz126.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz126.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kaby', 0.0043866) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz126.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz126.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz126.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz126.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz126.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz126.txt [gaz127] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz127.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz127.txt centroid = (0.5506776, -1.4634760) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz127.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz127.txt description = Worth, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz127.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz127.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz127.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz127.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz127.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz127.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz127.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz127.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz127.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz127.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz127.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz127.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz127.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz127.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz127.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz127.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz127.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz127.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz127.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz127.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz127.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz127.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz127.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz127.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz127.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz127.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz127.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz127.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz127.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz127.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kaby', 0.0052009) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz127.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz127.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz127.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz127.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz127.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz127.txt [gaz128] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz128.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz128.txt centroid = (0.5535539, -1.4595176) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz128.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz128.txt description = Turner, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz128.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz128.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz128.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz128.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz128.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz128.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz128.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz128.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz128.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz128.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz128.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz128.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz128.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz128.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz128.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz128.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz128.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz128.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz128.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz128.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz128.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz128.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz128.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz128.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz128.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz128.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz128.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz128.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz128.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz128.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kckf', 0.0052490) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz128.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz128.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz128.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz128.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz128.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz128.txt [gaz129] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz129.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz129.txt centroid = (0.5490369, -1.4578142) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz129.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz129.txt description = Tift, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz129.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz129.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz129.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz129.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz129.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz129.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz129.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz129.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz129.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz129.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz129.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz129.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz129.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz129.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz129.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz129.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz129.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz129.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz129.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz129.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz129.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz129.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz129.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz129.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz129.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz129.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz129.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz129.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz129.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz129.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ktma', 0.0009539) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz129.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz129.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz129.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz129.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz129.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz129.txt [gaz130] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz130.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz130.txt centroid = (0.5543131, -1.4524717) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz130.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz130.txt description = Ben Hill, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz130.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz130.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz130.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz130.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz130.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz130.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz130.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz130.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz130.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz130.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz130.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz130.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz130.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz130.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz130.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz130.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz130.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz130.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz130.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz130.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz130.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz130.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz130.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz130.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz130.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz130.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz130.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz130.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz130.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz130.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kfzg', 0.0015748) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz130.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz130.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz130.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz130.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz130.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz130.txt [gaz131] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz131.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz131.txt centroid = (0.5515642, -1.4534474) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz131.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz131.txt description = Irwin, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz131.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz131.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz131.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz131.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz131.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz131.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz131.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz131.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz131.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz131.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz131.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz131.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz131.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz131.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz131.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz131.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz131.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz131.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz131.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz131.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz131.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz131.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz131.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz131.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz131.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz131.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz131.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz131.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz131.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz131.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kfzg', 0.0013595) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz131.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz131.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz131.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz131.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz131.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz131.txt [gaz132] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz132.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz132.txt centroid = (0.5506374, -1.4459931) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz132.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz132.txt description = Coffee, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz132.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz132.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz132.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz132.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz132.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz132.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz132.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz132.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz132.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz132.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz132.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz132.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz132.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz132.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz132.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz132.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz132.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz132.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz132.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz132.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz132.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz132.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz132.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz132.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz132.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz132.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz132.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz132.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz132.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz132.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kdqh', 0.0012764) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz132.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz132.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz132.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz132.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz132.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz132.txt [gaz133] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz133.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz133.txt centroid = (0.5551124, -1.4422877) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz133.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz133.txt description = Jeff Davis, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz133.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz133.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz133.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz133.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz133.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz133.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz133.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz133.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz133.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz133.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz133.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz133.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz133.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz133.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz133.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz133.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz133.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz133.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz133.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz133.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz133.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz133.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz133.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz133.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz133.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz133.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz133.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz133.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz133.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz133.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kaze', 0.0013885) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz133.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz133.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz133.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz133.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz133.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz133.txt [gaz134] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz134.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz134.txt centroid = (0.5507160, -1.4390711) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz134.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz134.txt description = Bacon, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz134.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz134.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz134.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz134.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz134.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz134.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz134.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz134.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz134.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz134.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz134.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz134.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz134.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz134.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz134.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz134.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz134.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz134.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz134.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz134.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz134.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz134.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz134.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz134.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz134.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz134.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz134.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz134.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz134.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz134.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kamg', 0.0007883) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz134.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz134.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz134.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz134.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz134.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz134.txt [gaz135] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz135.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz135.txt centroid = (0.5541298, -1.4362140) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz135.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz135.txt description = Appling, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz135.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz135.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz135.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz135.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz135.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz135.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz135.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz135.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz135.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz135.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz135.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz135.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz135.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz135.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz135.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz135.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz135.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz135.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz135.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz135.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz135.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz135.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz135.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz135.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz135.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz135.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz135.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz135.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz135.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz135.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kbhc', 0.0016488) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz135.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz135.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz135.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz135.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz135.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz135.txt [gaz136] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz136.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz136.txt centroid = (0.5506776, -1.4297179) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz136.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz136.txt description = Wayne, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz136.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz136.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz136.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz136.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz136.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz136.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz136.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz136.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz136.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz136.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz136.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz136.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz136.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz136.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz136.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz136.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz136.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz136.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz136.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz136.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz136.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz136.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz136.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz136.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz136.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz136.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz136.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz136.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz136.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz136.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kjes', 0.0005118) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz136.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz136.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz136.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz136.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz136.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz136.txt [gaz137] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz137.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz137.txt centroid = (0.5541909, -1.4267369) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz137.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz137.txt description = Long, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz137.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz137.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz137.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz137.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz137.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz137.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz137.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz137.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz137.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz137.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz137.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz137.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz137.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz137.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz137.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz137.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz137.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz137.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz137.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz137.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz137.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz137.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz137.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz137.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz137.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz137.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz137.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz137.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz137.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz137.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('klhw', 0.0035020) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz137.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz137.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz137.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz137.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz137.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz137.txt [gaz138] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz138.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz138.txt centroid = (0.5559013, -1.4230577) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz138.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz138.txt description = Inland Liberty, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz138.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz138.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz138.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz138.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz138.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz138.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz138.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz138.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz138.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz138.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz138.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz138.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz138.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz138.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz138.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz138.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz138.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz138.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz138.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz138.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz138.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz138.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz138.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz138.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz138.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz138.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz138.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz138.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz138.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz138.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('klhw', 0.0007348) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz138.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz138.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz138.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz138.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz138.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz138.txt [gaz139] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz139.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz139.txt centroid = (0.5527737, -1.4172283) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz139.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz139.txt description = Coastal Liberty, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz139.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz139.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz139.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz139.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz139.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz139.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz139.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz139.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz139.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz139.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz139.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz139.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz139.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz139.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz139.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz139.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz139.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz139.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz139.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz139.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz139.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz139.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz139.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz139.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz139.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz139.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz139.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz139.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz139.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz139.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ksvn', 0.0060702) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz139.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz139.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz139.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz139.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz139.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz139.txt [gaz140] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz140.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz140.txt centroid = (0.5502639, -1.4222287) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz140.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz140.txt description = Inland McIntosh, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz140.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz140.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz140.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz140.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz140.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz140.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz140.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz140.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz140.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz140.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz140.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz140.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz140.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz140.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz140.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz140.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz140.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz140.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz140.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz140.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz140.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz140.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz140.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz140.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz140.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz140.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz140.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz140.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz140.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz140.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kbqk', 0.0048586) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz140.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz140.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz140.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz140.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz140.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz140.txt [gaz141] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz141.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz141.txt centroid = (0.5490544, -1.4189544) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz141.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz141.txt description = Coastal McIntosh, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz141.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz141.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz141.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz141.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz141.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz141.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz141.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz141.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz141.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz141.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz141.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz141.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz141.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz141.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz141.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz141.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz141.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz141.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz141.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz141.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz141.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz141.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz141.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz141.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz141.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz141.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz141.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz141.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz141.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz141.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kbqk', 0.0044052) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz141.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz141.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz141.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz141.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz141.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz141.txt [gaz142] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz142.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz142.txt centroid = (0.5466877, -1.4818491) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz142.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz142.txt description = Early, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz142.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz142.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz142.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz142.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz142.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz142.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz142.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz142.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz142.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz142.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz142.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz142.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz142.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz142.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz142.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz142.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz142.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz142.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz142.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz142.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz142.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz142.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz142.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz142.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz142.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz142.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz142.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz142.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz142.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz142.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kbij', 0.0013611) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz142.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz142.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz142.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz142.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz142.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz142.txt [gaz143] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz143.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz143.txt centroid = (0.5439144, -1.4788297) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz143.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz143.txt description = Miller, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz143.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz143.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz143.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz143.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz143.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz143.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz143.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz143.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz143.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz143.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz143.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz143.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz143.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz143.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz143.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz143.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz143.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz143.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz143.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz143.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz143.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz143.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz143.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz143.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz143.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz143.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz143.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz143.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz143.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz143.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kbge', 0.0037391) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz143.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz143.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz143.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz143.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz143.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz143.txt [gaz144] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz144.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz144.txt centroid = (0.5467453, -1.4738381) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz144.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz144.txt description = Baker, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz144.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz144.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz144.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz144.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz144.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz144.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz144.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz144.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz144.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz144.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz144.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz144.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz144.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz144.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz144.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz144.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz144.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz144.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz144.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz144.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz144.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz144.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz144.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz144.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz144.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz144.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz144.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz144.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz144.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz144.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kaby', 0.0051332) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz144.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz144.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz144.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz144.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz144.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz144.txt [gaz145] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz145.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz145.txt centroid = (0.5449860, -1.4694660) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz145.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz145.txt description = Mitchell, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz145.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz145.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz145.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz145.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz145.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz145.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz145.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz145.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz145.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz145.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz145.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz145.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz145.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz145.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz145.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz145.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz145.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz145.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz145.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz145.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz145.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz145.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz145.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz145.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz145.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz145.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz145.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz145.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz145.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz145.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kaby', 0.0053751) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz145.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz145.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz145.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz145.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz145.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz145.txt [gaz146] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz146.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz146.txt centroid = (0.5443403, -1.4620414) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz146.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz146.txt description = Colquitt, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz146.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz146.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz146.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz146.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz146.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz146.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz146.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz146.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz146.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz146.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz146.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz146.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz146.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz146.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz146.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz146.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz146.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz146.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz146.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz146.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz146.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz146.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz146.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz146.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz146.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz146.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz146.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz146.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz146.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz146.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kmgr', 0.0018805) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz146.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz146.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz146.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz146.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz146.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz146.txt [gaz147] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz147.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz147.txt centroid = (0.5437399, -1.4561369) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz147.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz147.txt description = Cook, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz147.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz147.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz147.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz147.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz147.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz147.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz147.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz147.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz147.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz147.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz147.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz147.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz147.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz147.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz147.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz147.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz147.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz147.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz147.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz147.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz147.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz147.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz147.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz147.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz147.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz147.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz147.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz147.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz147.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz147.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ktma', 0.0047009) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz147.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz147.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz147.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz147.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz147.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz147.txt [gaz148] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz148.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz148.txt centroid = (0.5458709, -1.4526323) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz148.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz148.txt description = Berrien, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz148.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz148.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz148.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz148.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz148.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz148.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz148.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz148.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz148.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz148.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz148.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz148.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz148.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz148.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz148.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz148.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz148.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz148.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz148.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz148.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz148.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz148.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz148.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz148.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz148.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz148.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz148.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz148.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz148.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz148.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ktma', 0.0044974) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz148.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz148.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz148.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz148.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz148.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz148.txt [gaz149] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz149.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz149.txt centroid = (0.5462374, -1.4465289) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz149.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz149.txt description = Atkinson, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz149.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz149.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz149.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz149.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz149.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz149.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz149.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz149.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz149.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz149.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz149.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz149.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz149.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz149.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz149.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz149.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz149.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz149.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz149.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz149.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz149.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz149.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz149.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz149.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz149.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz149.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz149.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz149.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz149.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz149.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kdqh', 0.0031478) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz149.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz149.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz149.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz149.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz149.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz149.txt [gaz150] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz150.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz150.txt centroid = (0.5419858, -1.4385667) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz150.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz150.txt description = Ware, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz150.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz150.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz150.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz150.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz150.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz150.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz150.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz150.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz150.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz150.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz150.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz150.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz150.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz150.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz150.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz150.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz150.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz150.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz150.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz150.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz150.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz150.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz150.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz150.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz150.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz150.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz150.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz150.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz150.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz150.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kays', 0.0034479) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz150.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz150.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz150.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz150.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz150.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz150.txt [gaz151] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz151.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz151.txt centroid = (0.5473161, -1.4348928) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz151.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz151.txt description = Pierce, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz151.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz151.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz151.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz151.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz151.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz151.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz151.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz151.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz151.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz151.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz151.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz151.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz151.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz151.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz151.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz151.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz151.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz151.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz151.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz151.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz151.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz151.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz151.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz151.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz151.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz151.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz151.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz151.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz151.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz151.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kays', 0.0033711) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz151.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz151.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz151.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz151.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz151.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz151.txt [gaz152] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz152.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz152.txt centroid = (0.5444904, -1.4308541) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz152.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz152.txt description = Brantley, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz152.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz152.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz152.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz152.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz152.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz152.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz152.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz152.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz152.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz152.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz152.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz152.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz152.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz152.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz152.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz152.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz152.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz152.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz152.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz152.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz152.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz152.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz152.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz152.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz152.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz152.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz152.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz152.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz152.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz152.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kays', 0.0063084) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz152.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz152.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz152.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz152.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz152.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz152.txt [gaz153] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz153.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz153.txt centroid = (0.5457610, -1.4248693) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz153.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz153.txt description = Inland Glynn, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz153.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz153.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz153.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz153.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz153.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz153.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz153.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz153.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz153.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz153.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz153.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz153.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz153.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz153.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz153.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz153.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz153.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz153.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz153.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz153.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz153.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz153.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz153.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz153.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz153.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz153.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz153.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz153.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz153.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz153.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kbqk', 0.0025942) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz153.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz153.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz153.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz153.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz153.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz153.txt [gaz154] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz154.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz154.txt centroid = (0.5445410, -1.4214049) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz154.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz154.txt description = Coastal Glynn, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz154.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz154.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz154.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz154.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz154.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz154.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz154.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz154.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz154.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz154.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz154.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz154.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz154.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz154.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz154.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz154.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz154.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz154.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz154.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz154.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz154.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz154.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz154.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz154.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz154.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz154.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz154.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz154.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz154.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz154.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kbqk', 0.0009577) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz154.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz154.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz154.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz154.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz154.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz154.txt [gaz155] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz155.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz155.txt centroid = (0.5401462, -1.4812278) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz155.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz155.txt description = Seminole, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz155.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz155.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz155.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz155.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz155.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz155.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz155.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz155.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz155.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz155.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz155.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz155.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz155.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz155.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz155.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz155.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz155.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz155.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz155.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz155.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz155.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz155.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz155.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz155.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz155.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz155.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz155.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz155.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz155.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz155.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kbge', 0.0035287) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz155.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz155.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz155.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz155.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz155.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz155.txt [gaz156] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz156.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz156.txt centroid = (0.5389839, -1.4760599) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz156.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz156.txt description = Decatur, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz156.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz156.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz156.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz156.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz156.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz156.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz156.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz156.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz156.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz156.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz156.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz156.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz156.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz156.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz156.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz156.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz156.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz156.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz156.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz156.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz156.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz156.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz156.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz156.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz156.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz156.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz156.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz156.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz156.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz156.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kbge', 0.0017472) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz156.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz156.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz156.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz156.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz156.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz156.txt [gaz157] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz157.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz157.txt centroid = (0.5388652, -1.4701676) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz157.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz157.txt description = Grady, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz157.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz157.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz157.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz157.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz157.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz157.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz157.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz157.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz157.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz157.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz157.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz157.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz157.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz157.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz157.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz157.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz157.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz157.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz157.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz157.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz157.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz157.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz157.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz157.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz157.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz157.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz157.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz157.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz157.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz157.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ktvi', 0.0053083) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz157.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz157.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz157.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz157.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz157.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz157.txt [gaz158] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz158.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz158.txt centroid = (0.5386732, -1.4646698) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz158.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz158.txt description = Thomas, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz158.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz158.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz158.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz158.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz158.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz158.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz158.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz158.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz158.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz158.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz158.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz158.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz158.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz158.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz158.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz158.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz158.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz158.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz158.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz158.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz158.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz158.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz158.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz158.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz158.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz158.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz158.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz158.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz158.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz158.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ktvi', 0.0008737) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz158.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz158.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz158.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz158.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz158.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz158.txt [gaz159] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz159.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz159.txt centroid = (0.5382944, -1.4587514) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz159.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz159.txt description = Brooks, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz159.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz159.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz159.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz159.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz159.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz159.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz159.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz159.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz159.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz159.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz159.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz159.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz159.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz159.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz159.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz159.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz159.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz159.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz159.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz159.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz159.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz159.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz159.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz159.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz159.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz159.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz159.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz159.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz159.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz159.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('ktvi', 0.0046291) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz159.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz159.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz159.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz159.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz159.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz159.txt [gaz160] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz160.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz160.txt centroid = (0.5381531, -1.4532955) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz160.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz160.txt description = Lowndes, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz160.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz160.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz160.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz160.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz160.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz160.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz160.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz160.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz160.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz160.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz160.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz160.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz160.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz160.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz160.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz160.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz160.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz160.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz160.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz160.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz160.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz160.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz160.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz160.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz160.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz160.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz160.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz160.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz160.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz160.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kvld', 0.0008827) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz160.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz160.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz160.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz160.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz160.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz160.txt [gaz161] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz161.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz161.txt centroid = (0.5417153, -1.4497159) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz161.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz161.txt description = Lanier, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz161.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz161.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz161.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz161.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz161.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz161.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz161.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz161.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz161.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz161.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz161.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz161.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz161.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz161.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz161.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz161.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz161.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz161.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz161.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz161.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz161.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz161.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz161.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz161.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz161.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz161.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz161.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz161.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz161.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz161.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kvad', 0.0024032) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz161.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz161.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz161.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz161.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz161.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz161.txt [gaz162] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz162.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz162.txt centroid = (0.5359924, -1.4467715) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz162.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz162.txt description = Echols, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz162.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz162.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz162.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz162.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz162.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz162.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz162.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz162.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz162.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz162.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz162.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz162.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz162.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz162.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz162.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz162.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz162.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz162.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz162.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz162.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz162.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz162.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz162.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz162.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz162.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz162.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz162.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz162.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz162.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz162.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('khoe', 0.0063827) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz162.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz162.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz162.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz162.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz162.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz162.txt [gaz163] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz163.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz163.txt centroid = (0.5395703, -1.4434972) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz163.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz163.txt description = Clinch, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz163.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz163.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz163.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz163.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz163.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz163.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz163.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz163.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz163.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz163.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz163.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz163.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz163.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz163.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz163.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz163.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz163.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz163.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz163.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz163.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz163.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz163.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz163.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz163.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz163.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz163.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz163.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz163.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz163.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz163.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('khoe', 0.0027026) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz163.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz163.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz163.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz163.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz163.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz163.txt [gaz164] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz164.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz164.txt centroid = (0.5372438, -1.4335785) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz164.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz164.txt description = Charlton, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz164.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz164.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz164.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz164.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz164.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz164.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz164.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz164.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz164.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz164.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz164.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz164.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz164.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz164.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz164.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz164.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz164.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz164.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz164.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz164.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz164.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz164.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz164.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz164.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz164.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz164.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz164.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz164.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz164.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz164.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kjax', 0.0082128) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz164.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz164.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz164.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz164.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz164.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz164.txt [gaz165] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz165.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz165.txt centroid = (0.5404272, -1.4271348) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz165.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz165.txt description = Inland Camden, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz165.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz165.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz165.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz165.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz165.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz165.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz165.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz165.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz165.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz165.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz165.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz165.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz165.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz165.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz165.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz165.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz165.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz165.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz165.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz165.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz165.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz165.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz165.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz165.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz165.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz165.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz165.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz165.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz165.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz165.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kssi', 0.0066130) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz165.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz165.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz165.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz165.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz165.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz165.txt [gaz166] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ga/gaz166.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ga/gaz166.txt centroid = (0.5391043, -1.4233928) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ga/gaz166.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ga/gaz166.txt description = Coastal Camden, GA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ga/gaz166.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ga/gaz166.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ga/gaz166.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ga/gaz166.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ga/gaz166.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ga/gaz166.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ga/gaz166.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ga/gaz166.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ga.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ga/gaz166.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ga/gaz166.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ga/gaz166.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ga/gaz166.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ga/gaz166.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ga/gaz166.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ga/gaz166.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ga.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ga/gaz166.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ga/gaz166.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ga/gaz166.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ga/gaz166.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ga/gaz166.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ga/gaz166.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ga/gaz166.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ga/gaz166.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ga.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ga/gaz166.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ga/gaz166.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ga/gaz166.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ga/gaz166.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ga/gaz166.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ga/gaz166.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ga/gaz166.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ga.txt station = ('kfhb', 0.0048525) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ga/gaz166.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ga/gaz166.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ga/gaz166.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ga/gaz166.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ga/gaz166.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ga/gaz166.txt [guz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/gu/guz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/gu/guz001.txt centroid = (0.2346054, 2.5267987) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/gu/guz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/gu/guz001.txt description = Guam, GU -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/gu/guz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/gu/guz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/gu/guz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/gu/guz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/gu/guz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/gu/guz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/gu/guz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/gu/guz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/gu.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/gu/guz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/gu/guz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/gu/guz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/gu/guz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/gu/guz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/gu/guz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/gu/guz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/gu.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/gu/guz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/gu/guz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/gu/guz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/gu/guz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/gu/guz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/gu/guz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/gu/guz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/gu/guz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/gu.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/gu/guz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/gu/guz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/gu/guz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/gu/guz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/gu/guz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/gu/guz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/gu/guz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/gu.txt station = ('pgum', 0.0008393) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/gu/guz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/gu/guz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/gu/guz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/gu/guz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/gu/guz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/gu/guz001.txt [guz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/gu/guz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/gu/guz002.txt centroid = (0.2470653, 2.5344380) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/gu/guz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/gu/guz002.txt description = Rota, GU -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/gu/guz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/gu/guz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/gu/guz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/gu/guz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/gu/guz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/gu/guz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/gu/guz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/gu/guz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/gu.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/gu/guz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/gu/guz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/gu/guz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/gu/guz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/gu/guz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/gu/guz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/gu/guz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/gu.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/gu/guz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/gu/guz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/gu/guz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/gu/guz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/gu/guz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/gu/guz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/gu/guz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/gu/guz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/gu.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/gu/guz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/gu/guz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/gu/guz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/gu/guz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/gu/guz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/gu/guz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/gu/guz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/gu.txt station = ('pgro', 0.0007947) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/gu/guz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/gu/guz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/gu/guz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/gu/guz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/gu/guz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/gu/guz002.txt [guz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/gu/guz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/gu/guz003.txt centroid = (0.2618238, 2.5416200) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/gu/guz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/gu/guz003.txt description = Tinian, GU -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/gu/guz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/gu/guz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/gu/guz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/gu/guz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/gu/guz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/gu/guz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/gu/guz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/gu/guz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/gu.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/gu/guz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/gu/guz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/gu/guz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/gu/guz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/gu/guz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/gu/guz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/gu/guz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/gu.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/gu/guz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/gu/guz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/gu/guz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/gu/guz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/gu/guz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/gu/guz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/gu/guz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/gu/guz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/gu.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/gu/guz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/gu/guz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/gu/guz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/gu/guz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/gu/guz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/gu/guz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/gu/guz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/gu.txt station = ('pgwt', 0.0003393) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/gu/guz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/gu/guz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/gu/guz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/gu/guz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/gu/guz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/gu/guz003.txt [guz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/gu/guz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/gu/guz004.txt centroid = (0.2650963, 2.5438575) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/gu/guz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/gu/guz004.txt description = Saipan, GU -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/gu/guz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/gu/guz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/gu/guz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/gu/guz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/gu/guz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/gu/guz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/gu/guz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/gu/guz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/gu.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/gu/guz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/gu/guz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/gu/guz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/gu/guz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/gu/guz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/gu/guz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/gu/guz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/gu.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/gu/guz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/gu/guz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/gu/guz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/gu/guz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/gu/guz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/gu/guz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/gu/guz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/gu/guz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/gu.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/gu/guz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/gu/guz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/gu/guz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/gu/guz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/gu/guz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/gu/guz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/gu/guz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/gu.txt station = ('pgsn', 0.0013006) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/gu/guz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/gu/guz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/gu/guz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/gu/guz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/gu/guz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/gu/guz004.txt [hiz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz001.txt centroid = (0.3821747, -2.7952670) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz001.txt description = Niihau, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phbk', 0.0064995) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz001.txt [hiz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz002.txt centroid = (0.3850807, -2.7825837) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz002.txt description = Kauai Windward, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phli', 0.0021022) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz002.txt [hiz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz003.txt centroid = (0.3842115, -2.7867306) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz003.txt description = Kauai Leeward, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phbk', 0.0018989) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz003.txt [hiz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz004.txt centroid = (0.3856549, -2.7845454) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz004.txt description = Kauai Mountains, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phli', 0.0039200) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz004.txt [hiz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz005.txt centroid = (0.3723538, -2.7567563) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz005.txt description = Oahu South Shore, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phnl', 0.0000187) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz005.txt [hiz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz006.txt centroid = (0.3746419, -2.7607862) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz006.txt description = Waianae Coast, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phhi', 0.0024251) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz006.txt [hiz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz007.txt centroid = (0.3766333, -2.7597548) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz007.txt description = Oahu North Shore, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phhi', 0.0022144) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz007.txt [hiz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz008.txt centroid = (0.3751707, -2.7559377) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz008.txt description = Oahu Koolau, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phhi', 0.0021179) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz008.txt [hiz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz009.txt centroid = (0.3731671, -2.7531853) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz009.txt description = Olomana, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phng', 0.0012079) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz009.txt [hiz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz010.txt centroid = (0.3749718, -2.7580915) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz010.txt description = Central Oahu, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phhi', 0.0001042) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz010.txt [hiz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz011.txt centroid = (0.3746925, -2.7599363) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz011.txt description = Waianae Mountains, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phhi', 0.0016351) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz011.txt [hiz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz012.txt centroid = (0.3688544, -2.7374529) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz012.txt description = Molokai Windward, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phjh', 0.0040008) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz012.txt [hiz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz013.txt centroid = (0.3689207, -2.7420013) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz013.txt description = Molokai Leeward, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phmk', 0.0002318) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz013.txt [hiz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz014.txt centroid = (0.3639081, -2.7391093) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz014.txt description = Lanai Makai, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phny', 0.0011485) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz014.txt [hiz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz015.txt centroid = (0.3633374, -2.7386625) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz015.txt description = Lanai Mauka, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phny', 0.0008312) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz015.txt [hiz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz016.txt centroid = (0.3586704, -2.7333916) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz016.txt description = Kahoolawe, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phog', 0.0067630) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz016.txt [hiz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz017.txt centroid = (0.3651142, -2.7327702) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz017.txt description = Maui Windward West, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phjh', 0.0019347) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz017.txt [hiz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz018.txt centroid = (0.3646220, -2.7339640) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz018.txt description = Maui Leeward West, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phjh', 0.0021958) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz018.txt [hiz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz019.txt centroid = (0.3638139, -2.7303931) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz019.txt description = Maui Central Valley, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phog', 0.0009661) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz019.txt [hiz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz020.txt centroid = (0.3630582, -2.7257680) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz020.txt description = Windward Haleakala, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phog', 0.0045494) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz020.txt [hiz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz021.txt centroid = (0.3611365, -2.7286268) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz021.txt description = Leeward Heleakala, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phog', 0.0039508) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz021.txt [hiz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz022.txt centroid = (0.3616060, -2.7266685) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz022.txt description = Haleakala Summit, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phog', 0.0046272) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz022.txt [hiz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz023.txt centroid = (0.3409867, -2.7205651) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz023.txt description = Kona, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phko', 0.0044527) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz023.txt [hiz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz024.txt centroid = (0.3352882, -2.7135856) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz024.txt description = South Big Island, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phsf', 0.0100680) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz024.txt [hiz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz025.txt centroid = (0.3451022, -2.7103392) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz025.txt description = Big Island North and East, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phto', 0.0040788) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz025.txt [hiz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz026.txt centroid = (0.3482473, -2.7186243) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz026.txt description = Kohala, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phsf', 0.0046168) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz026.txt [hiz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz027.txt centroid = (0.3418803, -2.7153850) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz027.txt description = Big Island Interior, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phsf', 0.0034397) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz027.txt [hiz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/hi/hiz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/hi/hiz028.txt centroid = (0.3412346, -2.7150185) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/hi/hiz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/hi/hiz028.txt description = Big Island Summit, HI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/hi/hiz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/hi/hiz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/hi/hiz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/hi/hiz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/hi/hiz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/hi/hiz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/hi/hiz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/hi/hiz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/hi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/hi/hiz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/hi/hiz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/hi/hiz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/hi/hiz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/hi/hiz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/hi/hiz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/hi/hiz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/hi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/hi/hiz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/hi/hiz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/hi/hiz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/hi/hiz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/hi/hiz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/hi/hiz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/hi/hiz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/hi/hiz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/hi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/hi/hiz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/hi/hiz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/hi/hiz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/hi/hiz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/hi/hiz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/hi/hiz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/hi/hiz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/hi.txt station = ('phsf', 0.0040525) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/hi/hiz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/hi/hiz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/hi/hiz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/hi/hiz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/hi/hiz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/hi/hiz028.txt [iaz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz001.txt centroid = (0.7571326, -1.6791865) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz001.txt description = Lyon, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('klyv', 0.0042000) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz001.txt [iaz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz002.txt centroid = (0.7570976, -1.6689502) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz002.txt description = Osceola, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kshl', 0.0038810) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz002.txt [iaz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz003.txt centroid = (0.7570872, -1.6606982) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz003.txt description = Dickinson, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kspw', 0.0037800) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz003.txt [iaz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz004.txt centroid = (0.7570872, -1.6524498) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz004.txt description = Emmet, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kest', 0.0009867) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz004.txt [iaz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz005.txt centroid = (0.7540555, -1.6442171) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz005.txt description = Kossuth, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kaxa', 0.0022435) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz005.txt [iaz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz006.txt centroid = (0.7570802, -1.6359704) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz006.txt description = Winnebago, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kfxy', 0.0029549) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz006.txt [iaz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz007.txt centroid = (0.7570785, -1.6277098) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz007.txt description = Worth, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kmcw', 0.0040742) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz007.txt [iaz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz008.txt centroid = (0.7567119, -1.6194753) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz008.txt description = Mitchell, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kccy', 0.0055120) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz008.txt [iaz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz009.txt centroid = (0.7567189, -1.6112391) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz009.txt description = Howard, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kfka', 0.0058476) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz009.txt [iaz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz010.txt centroid = (0.7555635, -1.6029750) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz010.txt description = Winneshiek, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kdeh', 0.0014079) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz010.txt [iaz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz011.txt centroid = (0.7554535, -1.5948487) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz011.txt description = Allamakee, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kpdc', 0.0056013) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz011.txt [iaz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz012.txt centroid = (0.7519332, -1.6786210) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz012.txt description = Sioux, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('korc', 0.0022395) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz012.txt [iaz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz013.txt centroid = (0.7519542, -1.6689711) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz013.txt description = O'Brien, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kshl', 0.0035235) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz013.txt [iaz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz014.txt centroid = (0.7519332, -1.6606982) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz014.txt description = Clay, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kspw', 0.0016889) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz014.txt [iaz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz015.txt centroid = (0.7519227, -1.6524463) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz015.txt description = Palo Alto, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kaxa', 0.0052460) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz015.txt [iaz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz016.txt centroid = (0.7519193, -1.6359722) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz016.txt description = Hancock, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kfxy', 0.0029679) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz016.txt [iaz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz017.txt centroid = (0.7519158, -1.6277080) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz017.txt description = Cerro Gordo, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kmcw', 0.0015097) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz017.txt [iaz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz018.txt centroid = (0.7515388, -1.6194736) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz018.txt description = Floyd, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kccy', 0.0022006) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz018.txt [iaz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz019.txt centroid = (0.7515405, -1.6112461) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz019.txt description = Chickasaw, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kccy', 0.0038152) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz019.txt [iaz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz020.txt centroid = (0.7459153, -1.6792546) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz020.txt description = Plymouth, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('klrj', 0.0007505) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz020.txt [iaz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz021.txt centroid = (0.7458787, -1.6689519) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz021.txt description = Cherokee, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kckp', 0.0008754) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz021.txt [iaz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz022.txt centroid = (0.7458752, -1.6607035) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz022.txt description = Buena Vista, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kslb', 0.0025887) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz022.txt [iaz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz023.txt centroid = (0.7458507, -1.6524585) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz023.txt description = Pocahontas, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kfod', 0.0071277) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz023.txt [iaz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz024.txt centroid = (0.7465890, -1.6442276) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz024.txt description = Humboldt, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kfod', 0.0039634) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz024.txt [iaz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz025.txt centroid = (0.7458333, -1.6359879) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz025.txt description = Wright, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kcav', 0.0004997) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz025.txt [iaz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz026.txt centroid = (0.7458228, -1.6277359) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz026.txt description = Franklin, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kifa', 0.0045825) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz026.txt [iaz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz027.txt centroid = (0.7458071, -1.6194945) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz027.txt description = Butler, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kccy', 0.0062547) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz027.txt [iaz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz028.txt centroid = (0.7465594, -1.6112565) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz028.txt description = Bremer, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kalo', 0.0040598) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz028.txt [iaz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz029.txt centroid = (0.7480918, -1.6029854) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz029.txt description = Fayette, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kolz', 0.0035824) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz029.txt [iaz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz030.txt centroid = (0.7477811, -1.5942082) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz030.txt description = Clayton, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kpdc', 0.0041516) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz030.txt [iaz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz031.txt centroid = (0.7398398, -1.6762997) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz031.txt description = Woodbury, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('ksux', 0.0043642) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz031.txt [iaz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz032.txt centroid = (0.7397892, -1.6670268) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz032.txt description = Ida, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kslb', 0.0051822) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz032.txt [iaz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz033.txt centroid = (0.7397787, -1.6599041) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz033.txt description = Sac, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kslb', 0.0040781) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz033.txt [iaz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz034.txt centroid = (0.7397613, -1.6517883) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz034.txt description = Calhoun, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kcin', 0.0061347) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz034.txt [iaz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz035.txt centroid = (0.7405048, -1.6437825) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz035.txt description = Webster, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kfod', 0.0021329) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz035.txt [iaz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz036.txt centroid = (0.7397351, -1.6354922) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz036.txt description = Hamilton, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kebs', 0.0022349) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz036.txt [iaz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz037.txt centroid = (0.7397369, -1.6273520) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz037.txt description = Hardin, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kifa', 0.0015520) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz037.txt [iaz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz038.txt centroid = (0.7400528, -1.6195085) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz038.txt description = Grundy, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kmiw', 0.0052362) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz038.txt [iaz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz039.txt centroid = (0.7412431, -1.6110873) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz039.txt description = Black Hawk, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kalo', 0.0018250) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz039.txt [iaz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz040.txt centroid = (0.7412536, -1.6028737) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz040.txt description = Buchanan, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kiib', 0.0012808) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz040.txt [iaz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz041.txt centroid = (0.7412605, -1.5946602) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz041.txt description = Delaware, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kmxo', 0.0048906) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz041.txt [iaz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz042.txt centroid = (0.7412204, -1.5861971) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz042.txt description = Dubuque, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kdbq', 0.0026386) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz042.txt [iaz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz043.txt centroid = (0.7339389, -1.6748180) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz043.txt description = Monona, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('ktqe', 0.0057572) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz043.txt [iaz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz044.txt centroid = (0.7336875, -1.6647317) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz044.txt description = Crawford, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kdns', 0.0009403) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz044.txt [iaz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz045.txt centroid = (0.7336701, -1.6556315) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz045.txt description = Carroll, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kcin', 0.0010313) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz045.txt [iaz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz046.txt centroid = (0.7336701, -1.6475367) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz046.txt description = Greene, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kpro', 0.0047342) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz046.txt [iaz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz047.txt centroid = (0.7336771, -1.6394192) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz047.txt description = Boone, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kbnw', 0.0010857) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz047.txt [iaz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz048.txt centroid = (0.7336701, -1.6312737) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz048.txt description = Story, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kamw', 0.0021714) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz048.txt [iaz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz049.txt centroid = (0.7336631, -1.6231353) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz049.txt description = Marshall, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kmiw', 0.0017675) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz049.txt [iaz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz050.txt centroid = (0.7344311, -1.6149985) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz050.txt description = Tama, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kmiw', 0.0050152) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz050.txt [iaz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz051.txt centroid = (0.7344363, -1.6068496) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz051.txt description = Benton, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kvti', 0.0024719) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz051.txt [iaz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz052.txt centroid = (0.7344154, -1.5987024) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz052.txt description = Linn, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kcid', 0.0037397) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz052.txt [iaz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz053.txt centroid = (0.7351536, -1.5905430) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz053.txt description = Jones, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kmxo', 0.0020095) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz053.txt [iaz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz054.txt centroid = (0.7360350, -1.5808180) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz054.txt description = Jackson, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kdbq', 0.0043029) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz054.txt [iaz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz055.txt centroid = (0.7275038, -1.6723169) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz055.txt description = Harrison, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('ktqe', 0.0049946) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz055.txt [iaz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz056.txt centroid = (0.7275422, -1.6634785) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz056.txt description = Shelby, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('khnr', 0.0017982) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz056.txt [iaz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz057.txt centroid = (0.7275335, -1.6564187) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz057.txt description = Audubon, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kadu', 0.0003445) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz057.txt [iaz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz058.txt centroid = (0.7275196, -1.6493536) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz058.txt description = Guthrie, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kadu', 0.0054727) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz058.txt [iaz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz059.txt centroid = (0.7275388, -1.6413041) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz059.txt description = Dallas, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kpro', 0.0029770) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz059.txt [iaz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz060.txt centroid = (0.7275492, -1.6331639) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz060.txt description = Polk, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kikv', 0.0001261) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz060.txt [iaz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz061.txt centroid = (0.7275580, -1.6240934) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz061.txt description = Jasper, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('ktnu', 0.0004849) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz061.txt [iaz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz062.txt centroid = (0.7275649, -1.6149776) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz062.txt description = Poweshiek, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kggi', 0.0026207) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz062.txt [iaz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz063.txt centroid = (0.7275632, -1.6068478) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz063.txt description = Iowa, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kcid', 0.0056962) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz063.txt [iaz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz064.txt centroid = (0.7273049, -1.5985139) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz064.txt description = Johnson, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kiow', 0.0008310) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz064.txt [iaz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz065.txt centroid = (0.7290642, -1.5905604) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz065.txt description = Cedar, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kiow', 0.0059577) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz065.txt [iaz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz066.txt centroid = (0.7312581, -1.5800815) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz066.txt description = Clinton, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kcwi', 0.0028181) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz066.txt [iaz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz067.txt centroid = (0.7240306, -1.5902166) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz067.txt description = Muscatine, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kmut', 0.0021035) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz067.txt [iaz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz068.txt centroid = (0.7267045, -1.5816732) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz068.txt description = Scott, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kdvn', 0.0006306) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz068.txt [iaz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz069.txt centroid = (0.7214563, -1.6675277) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz069.txt description = Pottawattamie, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kcbf', 0.0031837) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz069.txt [iaz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz070.txt centroid = (0.7213708, -1.6568027) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz070.txt description = Cass, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kaio', 0.0019979) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz070.txt [iaz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz071.txt centroid = (0.7213568, -1.6488300) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz071.txt description = Adair, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kcsq', 0.0056497) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz071.txt [iaz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz072.txt centroid = (0.7213568, -1.6408800) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz072.txt description = Madison, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kdsm', 0.0057744) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz072.txt [iaz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz073.txt centroid = (0.7214196, -1.6329545) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz073.txt description = Warren, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kdsm', 0.0037369) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz073.txt [iaz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz074.txt centroid = (0.7214214, -1.6248928) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz074.txt description = Marion, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('koxv', 0.0006412) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz074.txt [iaz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz075.txt centroid = (0.7214336, -1.6168887) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz075.txt description = Mahaska, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kooa', 0.0027112) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz075.txt [iaz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz076.txt centroid = (0.7214563, -1.6088218) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz076.txt description = Keokuk, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kotm', 0.0054506) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz076.txt [iaz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz077.txt centroid = (0.7214423, -1.6007793) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz077.txt description = Washington, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kawg', 0.0011328) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz077.txt [iaz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz078.txt centroid = (0.7193985, -1.5927822) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz078.txt description = Louisa, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kmut', 0.0029592) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz078.txt [iaz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz079.txt centroid = (0.7161644, -1.6689083) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz079.txt description = Mills, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('koff', 0.0039445) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz079.txt [iaz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz080.txt centroid = (0.7161103, -1.6607907) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz080.txt description = Montgomery, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('krdk', 0.0014720) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz080.txt [iaz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz081.txt centroid = (0.7160911, -1.6528128) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz081.txt description = Adams, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kcsq', 0.0043840) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz081.txt [iaz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz082.txt centroid = (0.7160684, -1.6448402) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz082.txt description = Union, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kcsq', 0.0016476) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz082.txt [iaz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz083.txt centroid = (0.7160911, -1.6368588) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz083.txt description = Clarke, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('ki75', 0.0014313) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz083.txt [iaz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz084.txt centroid = (0.7160964, -1.6288756) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz084.txt description = Lucas, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kcnc', 0.0005178) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz084.txt [iaz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz085.txt centroid = (0.7161034, -1.6208698) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz085.txt description = Monroe, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('koxv', 0.0057311) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz085.txt [iaz086] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz086.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz086.txt centroid = (0.7161191, -1.6128500) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz086.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz086.txt description = Wapello, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz086.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz086.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz086.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz086.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz086.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz086.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz086.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz086.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz086.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz086.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz086.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz086.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz086.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz086.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz086.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz086.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz086.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz086.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz086.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz086.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz086.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz086.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz086.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz086.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz086.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz086.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz086.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz086.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz086.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz086.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kotm', 0.0013233) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz086.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz086.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz086.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz086.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz086.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz086.txt [iaz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz087.txt centroid = (0.7161400, -1.6048110) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz087.txt description = Jefferson, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kffl', 0.0005535) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz087.txt [iaz088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz088.txt centroid = (0.7153738, -1.5977547) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz088.txt description = Henry, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kmpz', 0.0008442) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz088.txt [iaz089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz089.txt centroid = (0.7142446, -1.5914174) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz089.txt description = Des Moines, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kbrl', 0.0028051) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz089.txt [iaz090] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz090.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz090.txt centroid = (0.7111449, -1.6686168) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz090.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz090.txt description = Fremont, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz090.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz090.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz090.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz090.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz090.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz090.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz090.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz090.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz090.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz090.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz090.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz090.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz090.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz090.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz090.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz090.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz090.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz090.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz090.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz090.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz090.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz090.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz090.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz090.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz090.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz090.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz090.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz090.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz090.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz090.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('ksda', 0.0024874) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz090.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz090.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz090.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz090.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz090.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz090.txt [iaz091] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz091.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz091.txt centroid = (0.7110314, -1.6606843) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz091.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz091.txt description = Page, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz091.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz091.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz091.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz091.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz091.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz091.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz091.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz091.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz091.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz091.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz091.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz091.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz091.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz091.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz091.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz091.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz091.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz091.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz091.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz091.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz091.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz091.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz091.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz091.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz091.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz091.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz091.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz091.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz091.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz091.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kicl', 0.0015945) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz091.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz091.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz091.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz091.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz091.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz091.txt [iaz092] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz092.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz092.txt centroid = (0.7110018, -1.6527657) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz092.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz092.txt description = Taylor, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz092.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz092.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz092.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz092.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz092.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz092.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz092.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz092.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz092.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz092.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz092.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz092.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz092.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz092.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz092.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz092.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz092.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz092.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz092.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz092.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz092.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz092.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz092.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz092.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz092.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz092.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz092.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz092.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz092.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz092.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kicl', 0.0044698) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz092.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz092.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz092.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz092.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz092.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz092.txt [iaz093] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz093.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz093.txt centroid = (0.7109634, -1.6448681) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz093.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz093.txt description = Ringgold, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz093.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz093.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz093.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz093.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz093.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz093.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz093.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz093.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz093.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz093.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz093.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz093.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz093.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz093.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz093.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz093.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz093.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz093.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz093.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz093.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz093.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz093.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz093.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz093.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz093.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz093.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz093.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz093.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz093.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz093.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kcsq', 0.0051724) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz093.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz093.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz093.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz093.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz093.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz093.txt [iaz094] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz094.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz094.txt centroid = (0.7110070, -1.6368797) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz094.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz094.txt description = Decatur, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz094.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz094.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz094.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz094.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz094.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz094.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz094.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz094.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz094.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz094.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz094.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz094.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz094.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz094.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz094.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz094.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz094.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz094.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz094.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz094.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz094.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz094.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz094.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz094.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz094.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz094.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz094.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz094.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz094.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz094.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('klwd', 0.0023627) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz094.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz094.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz094.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz094.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz094.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz094.txt [iaz095] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz095.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz095.txt centroid = (0.7110384, -1.6288704) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz095.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz095.txt description = Wayne, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz095.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz095.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz095.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz095.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz095.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz095.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz095.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz095.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz095.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz095.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz095.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz095.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz095.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz095.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz095.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz095.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz095.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz095.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz095.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz095.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz095.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz095.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz095.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz095.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz095.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz095.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz095.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz095.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz095.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz095.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kcnc', 0.0051545) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz095.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz095.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz095.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz095.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz095.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz095.txt [iaz096] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz096.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz096.txt centroid = (0.7111030, -1.6208646) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz096.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz096.txt description = Appanoose, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz096.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz096.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz096.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz096.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz096.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz096.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz096.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz096.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz096.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz096.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz096.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz096.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz096.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz096.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz096.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz096.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz096.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz096.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz096.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz096.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz096.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz096.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz096.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz096.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz096.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz096.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz096.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz096.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz096.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz096.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('ktvk', 0.0011782) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz096.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz096.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz096.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz096.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz096.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz096.txt [iaz097] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz097.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz097.txt centroid = (0.7111815, -1.6128535) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz097.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz097.txt description = Davis, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz097.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz097.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz097.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz097.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz097.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz097.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz097.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz097.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz097.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz097.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz097.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz097.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz097.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz097.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz097.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz097.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz097.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz097.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz097.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz097.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz097.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz097.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz097.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz097.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz097.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz097.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz097.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz097.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz097.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz097.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kotm', 0.0061717) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz097.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz097.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz097.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz097.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz097.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz097.txt [iaz098] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz098.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz098.txt centroid = (0.7112775, -1.6048302) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz098.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz098.txt description = Van Buren, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz098.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz098.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz098.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz098.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz098.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz098.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz098.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz098.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz098.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz098.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz098.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz098.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz098.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz098.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz098.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz098.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz098.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz098.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz098.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz098.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz098.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz098.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz098.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz098.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz098.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz098.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz098.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz098.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz098.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz098.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kffl', 0.0051988) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz098.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz098.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz098.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz098.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz098.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz098.txt [iaz099] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ia/iaz099.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ia/iaz099.txt centroid = (0.7093367, -1.5966132) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ia/iaz099.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ia/iaz099.txt description = Lee, IA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ia/iaz099.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ia/iaz099.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ia/iaz099.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ia/iaz099.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ia/iaz099.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ia/iaz099.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ia/iaz099.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ia/iaz099.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ia.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ia/iaz099.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ia/iaz099.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ia/iaz099.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ia/iaz099.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ia/iaz099.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ia/iaz099.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ia/iaz099.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ia.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ia/iaz099.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ia/iaz099.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ia/iaz099.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ia/iaz099.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ia/iaz099.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ia/iaz099.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ia/iaz099.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ia/iaz099.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ia.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ia/iaz099.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ia/iaz099.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ia/iaz099.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ia/iaz099.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ia/iaz099.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ia/iaz099.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ia/iaz099.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ia.txt station = ('kfsw', 0.0019788) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ia/iaz099.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ia/iaz099.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ia/iaz099.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ia/iaz099.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ia/iaz099.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ia/iaz099.txt [idz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz001.txt centroid = (0.7783750, -1.9294074) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz001.txt description = Northern Panhandle, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kp60', 0.0018199) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz001.txt [idz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz002.txt centroid = (0.8307820, -2.0388622) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz002.txt description = Coeur d'Alene Area, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kcoe', 0.0029037) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz002.txt [idz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz003.txt centroid = (0.8190970, -2.0399146) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz003.txt description = Idaho Palouse, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kpuw', 0.0042476) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz003.txt [idz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz004.txt centroid = (0.8255460, -2.0268352) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz004.txt description = Central Panhandle Mountains, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kmlp', 0.0060580) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz004.txt [idz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz005.txt centroid = (0.8153096, -2.0171974) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz005.txt description = Northern Clearwater Mountains, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kp69', 0.0099447) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz005.txt [idz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz006.txt centroid = (0.7999752, -2.0117817) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz006.txt description = Southern Clearwater Mountains, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kp69', 0.0067136) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz006.txt [idz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz007.txt centroid = (0.8065062, -2.0258246) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz007.txt description = Orofino/Grangeville Region, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kgic', 0.0047000) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz007.txt [idz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz008.txt centroid = (0.7969889, -2.0324237) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz008.txt description = Lower Hells Canyon/Salmon River Region, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kgic', 0.0062722) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz008.txt [idz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz009.txt centroid = (0.7875083, -1.9964839) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz009.txt description = Western Lemhi County, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('ksmn', 0.0062416) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz009.txt [idz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz010.txt centroid = (0.7820489, -1.9824357) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz010.txt description = Eastern Lemhi County, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('ksmn', 0.0065237) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz010.txt [idz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz011.txt centroid = (0.7814118, -2.0227773) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz011.txt description = West Central Mountains, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kmyl', 0.0030242) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz011.txt [idz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz012.txt centroid = (0.7643879, -2.0366596) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz012.txt description = Lower Treasure Valley, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('keul', 0.0029373) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz012.txt [idz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz013.txt centroid = (0.7636182, -2.0153631) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz013.txt description = Boise Mountains, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('ksnt', 0.0104416) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz013.txt [idz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz014.txt centroid = (0.7522980, -2.0222135) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz014.txt description = Upper Treasure Valley, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kmuo', 0.0009342) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz014.txt [idz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz015.txt centroid = (0.7390405, -2.0254145) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz015.txt description = Southwest Highlands, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kmuo', 0.0125406) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz015.txt [idz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz016.txt centroid = (0.7461422, -2.0000478) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz016.txt description = Western Magic Valley, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kjer', 0.0018746) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz016.txt [idz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz017.txt centroid = (0.7498755, -1.9857152) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz017.txt description = Eastern Magic Valley, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kbyi', 0.0072383) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz017.txt [idz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz018.txt centroid = (0.7719277, -1.9996953) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz018.txt description = Sawtooth Mountains, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('ksnt', 0.0045203) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz018.txt [idz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz019.txt centroid = (0.7710603, -1.9516167) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz019.txt description = Upper Snake Highlands, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('krxe', 0.0060292) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz019.txt [idz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz020.txt centroid = (0.7611311, -1.9630992) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz020.txt description = Upper Snake River Plain, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kida', 0.0054406) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz020.txt [idz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz021.txt centroid = (0.7506382, -1.9664433) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz021.txt description = Lower Snake River Plain, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kpih', 0.0018270) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz021.txt [idz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz022.txt centroid = (0.7379915, -1.9746690) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz022.txt description = South Central Highlands, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kbyi', 0.0093136) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz022.txt [idz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz023.txt centroid = (0.7491965, -1.9486688) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz023.txt description = Caribou Highlands, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('k46u', 0.0089746) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz023.txt [idz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz024.txt centroid = (0.7352566, -1.9537565) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz024.txt description = Cache Valley/Idaho Portion, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('klgu', 0.0061175) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz024.txt [idz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz025.txt centroid = (0.7377472, -1.9447506) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz025.txt description = Wasatch Mountains/Idaho Portion, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kafo', 0.0099064) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz025.txt [idz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz026.txt centroid = (0.8107177, -2.0368533) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz026.txt description = Lewiston Area, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('klws', 0.0040485) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz026.txt [idz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz027.txt centroid = (0.8062130, -2.0348602) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz027.txt description = Lewis and Southern Nez Perce Counties, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kgic', 0.0071286) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz027.txt [idz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz028.txt centroid = (0.7557450, -2.0039574) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz028.txt description = Camas Prairie, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('ksun', 0.0074338) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz028.txt [idz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz029.txt centroid = (0.7496835, -2.0381047) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz029.txt description = Owyhee Mountains, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kman', 0.0114128) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz029.txt [idz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz030.txt centroid = (0.7369740, -2.0015157) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz030.txt description = Southern Twin Falls County, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('ktwf', 0.0051556) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz030.txt [idz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz031.txt centroid = (0.7608693, -1.9948223) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz031.txt description = Big and Little Wood River Region, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('ksun', 0.0016523) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz031.txt [idz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/id/idz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/id/idz032.txt centroid = (0.7699153, -1.9829436) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/id/idz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/id/idz032.txt description = Lost River/Pashimeroi, ID -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/id/idz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/id/idz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/id/idz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/id/idz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/id/idz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/id/idz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/id/idz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/id/idz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/id.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/id/idz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/id/idz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/id/idz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/id/idz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/id/idz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/id/idz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/id/idz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/id.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/id/idz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/id/idz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/id/idz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/id/idz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/id/idz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/id/idz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/id/idz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/id/idz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/id.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/id/idz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/id/idz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/id/idz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/id/idz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/id/idz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/id/idz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/id/idz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/id.txt station = ('kllj', 0.0103654) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/id/idz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/id/idz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/id/idz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/id/idz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/id/idz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz032.txt [idz033] centroid = (0.7762526, -2.0347031) @@ -22336,13151 +22336,13151 @@ station = ('kmyl', 0.0094084) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/id/idz033.txt [ilz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz001.txt centroid = (0.7394210, -1.5745017) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz001.txt description = Jo Daviess, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('ksfy', 0.0057439) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz001.txt [ilz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz002.txt centroid = (0.7391766, -1.5649058) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz002.txt description = Stephenson, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kfep', 0.0021100) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz002.txt [ilz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz003.txt centroid = (0.7389078, -1.5561513) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz003.txt description = Winnebago, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('krfd', 0.0025055) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz003.txt [ilz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz004.txt centroid = (0.7386774, -1.5502608) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz004.txt description = Boone, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('k0co', 0.0028324) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz004.txt [ilz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz005.txt centroid = (0.7387001, -1.5437856) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz005.txt description = McHenry, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('k0co', 0.0026433) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz005.txt [ilz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz006.txt centroid = (0.7386774, -1.5359526) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz006.txt description = Lake, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kugn', 0.0024051) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz006.txt [ilz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz007.txt centroid = (0.7342391, -1.5696531) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz007.txt description = Carroll, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('ksfy', 0.0022809) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz007.txt [ilz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz008.txt centroid = (0.7337835, -1.5589403) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz008.txt description = Ogle, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('krfd', 0.0039623) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz008.txt [ilz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz009.txt centroid = (0.7287849, -1.5692971) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz009.txt description = Whiteside, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('ksqi', 0.0032236) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz009.txt [ilz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz010.txt centroid = (0.7286069, -1.5585877) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz010.txt description = Lee, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('krpj', 0.0038638) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz010.txt [ilz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz011.txt centroid = (0.7311778, -1.5493358) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz011.txt description = De Kalb, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kdkb', 0.0010500) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz011.txt [ilz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz012.txt centroid = (0.7319736, -1.5433720) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz012.txt description = Kane, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kdpa', 0.0024185) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz012.txt [ilz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz013.txt centroid = (0.7304552, -1.5373855) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz013.txt description = DuPage, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kdpa', 0.0022936) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz013.txt [ilz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz014.txt centroid = (0.7302440, -1.5326906) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz014.txt description = Cook, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kmdw', 0.0013144) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz014.txt [ilz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz015.txt centroid = (0.7237427, -1.5806993) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz015.txt description = Rock Island, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kmli', 0.0007298) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz015.txt [ilz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz016.txt centroid = (0.7217478, -1.5730897) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz016.txt description = Henry, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kmli', 0.0053197) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz016.txt [ilz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz017.txt centroid = (0.7226379, -1.5625706) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz017.txt description = Bureau, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kvys', 0.0050031) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz017.txt [ilz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz018.txt centroid = (0.7191542, -1.5583312) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz018.txt description = Putnam, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kvys', 0.0031071) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz018.txt [ilz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz019.txt centroid = (0.7215872, -1.5513516) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz019.txt description = La Salle, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kvys', 0.0035032) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz019.txt [ilz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz020.txt centroid = (0.7258929, -1.5433755) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz020.txt description = Kendall, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kc09', 0.0028885) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz020.txt [ilz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz021.txt centroid = (0.7205574, -1.5431939) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz021.txt description = Grundy, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kc09', 0.0024501) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz021.txt [ilz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz022.txt centroid = (0.7233517, -1.5355180) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz022.txt description = Will, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kjot', 0.0028692) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz022.txt [ilz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz023.txt centroid = (0.7179883, -1.5334777) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz023.txt description = Kankakee, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kikk', 0.0011750) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz023.txt [ilz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz024.txt centroid = (0.7191682, -1.5837362) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz024.txt description = Mercer, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kmli', 0.0051880) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz024.txt [ilz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz025.txt centroid = (0.7124102, -1.5869424) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz025.txt description = Henderson, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kbrl', 0.0028942) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz025.txt [ilz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz026.txt centroid = (0.7129461, -1.5815301) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz026.txt description = Warren, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kgbg', 0.0028832) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz026.txt [ilz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz027.txt centroid = (0.7143947, -1.5745191) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz027.txt description = Knox, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kgbg', 0.0028739) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz027.txt [ilz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz028.txt centroid = (0.7172151, -1.5672620) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz028.txt description = Stark, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kc75', 0.0055636) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz028.txt [ilz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz029.txt centroid = (0.7118866, -1.5666075) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz029.txt description = Peoria, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kpia', 0.0023495) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz029.txt [ilz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz030.txt centroid = (0.7161644, -1.5593609) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz030.txt description = Marshall, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kc75', 0.0005999) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz030.txt [ilz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz031.txt centroid = (0.7118884, -1.5570274) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz031.txt description = Woodford, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kc75', 0.0046472) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz031.txt [ilz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz032.txt centroid = (0.7136896, -1.5456252) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz032.txt description = Livingston, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kpnt', 0.0010528) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz032.txt [ilz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz033.txt centroid = (0.7111763, -1.5328232) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz033.txt description = Iroquois, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kikk', 0.0056622) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz033.txt [ilz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz034.txt centroid = (0.7051776, -1.5911242) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz034.txt description = Hancock, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('keok', 0.0037340) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz034.txt [ilz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz035.txt centroid = (0.7060939, -1.5826297) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz035.txt description = McDonough, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kmqb', 0.0011685) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz035.txt [ilz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz036.txt centroid = (0.7063836, -1.5744179) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz036.txt description = Fulton, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kmqb', 0.0059640) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz036.txt [ilz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz037.txt centroid = (0.7069892, -1.5623053) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz037.txt description = Tazewell, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kpia', 0.0035755) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz037.txt [ilz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz038.txt centroid = (0.7066978, -1.5506779) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz038.txt description = McLean, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kbmi', 0.0009414) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz038.txt [ilz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz039.txt centroid = (0.7085548, -1.5397871) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz039.txt description = Ford, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('ktip', 0.0054062) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz039.txt [ilz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz040.txt centroid = (0.7008893, -1.5815318) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz040.txt description = Schuyler, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('ki63', 0.0039028) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz040.txt [ilz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz041.txt centroid = (0.7023153, -1.5693442) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz041.txt description = Mason, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kspi', 0.0074828) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz041.txt [ilz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz042.txt centroid = (0.7003046, -1.5597589) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz042.txt description = Logan, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kaaa', 0.0007373) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz042.txt [ilz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz043.txt centroid = (0.7011790, -1.5516693) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz043.txt description = De Witt, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kbmi', 0.0052792) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz043.txt [ilz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz044.txt centroid = (0.6983132, -1.5462064) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz044.txt description = Piatt, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kcmi', 0.0043547) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz044.txt [ilz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz045.txt centroid = (0.7005769, -1.5393647) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz045.txt description = Champaign, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kcmi', 0.0020704) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz045.txt [ilz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz046.txt centroid = (0.7013361, -1.5312280) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz046.txt description = Vermilion, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kdnv', 0.0018519) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz046.txt [ilz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz047.txt centroid = (0.6976709, -1.5751143) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz047.txt description = Cass, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kijx', 0.0034828) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz047.txt [ilz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz048.txt centroid = (0.6986099, -1.5673441) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz048.txt description = Menard, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kspi', 0.0034809) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz048.txt [ilz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz049.txt centroid = (0.6919218, -1.5790814) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz049.txt description = Scott, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kijx', 0.0038979) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz049.txt [ilz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz050.txt centroid = (0.6931680, -1.5743132) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz050.txt description = Morgan, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kijx', 0.0011370) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz050.txt [ilz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz051.txt centroid = (0.6939115, -1.5648430) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz051.txt description = Sangamon, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kspi', 0.0016354) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz051.txt [ilz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz052.txt centroid = (0.6902044, -1.5581828) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz052.txt description = Christian, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('ktaz', 0.0007091) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz052.txt [ilz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz053.txt centroid = (0.6956865, -1.5526746) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz053.txt description = Macon, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kdec', 0.0013552) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz053.txt [ilz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz054.txt centroid = (0.6918730, -1.5467003) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz054.txt description = Moultrie, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kdec', 0.0047154) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz054.txt [ilz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz055.txt centroid = (0.6941087, -1.5396841) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz055.txt description = Douglas, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kcmi', 0.0046518) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz055.txt [ilz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz056.txt centroid = (0.6897576, -1.5397609) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz056.txt description = Coles, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kmto', 0.0011127) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz056.txt [ilz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz057.txt centroid = (0.6925222, -1.5314496) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz057.txt description = Edgar, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kprg', 0.0010871) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz057.txt [ilz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz058.txt centroid = (0.6868953, -1.5776118) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz058.txt description = Greene, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kppq', 0.0071851) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz058.txt [ilz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz059.txt centroid = (0.6852337, -1.5694769) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz059.txt description = Macoupin, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('k3lf', 0.0037944) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz059.txt [ilz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz060.txt centroid = (0.6847101, -1.5617014) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz060.txt description = Montgomery, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('k3lf', 0.0029046) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz060.txt [ilz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz061.txt centroid = (0.6875044, -1.5499484) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz061.txt description = Shelby, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('k1h2', 0.0066961) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz061.txt [ilz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz062.txt centroid = (0.6854466, -1.5400820) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz062.txt description = Cumberland, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kmto', 0.0033955) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz062.txt [ilz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz063.txt centroid = (0.6864991, -1.5321862) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz063.txt description = Clark, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('krsv', 0.0058506) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz063.txt [ilz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz064.txt centroid = (0.6787027, -1.5609457) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz064.txt description = Bond, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('k3lf', 0.0057961) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz064.txt [ilz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz065.txt centroid = (0.6806819, -1.5537654) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz065.txt description = Fayette, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kslo', 0.0062914) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz065.txt [ilz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz066.txt centroid = (0.6817204, -1.5461854) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz066.txt description = Effingham, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('k1h2', 0.0007896) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz066.txt [ilz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz067.txt centroid = (0.6808529, -1.5385741) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz067.txt description = Jasper, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('koly', 0.0050369) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz067.txt [ilz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz068.txt centroid = (0.6807273, -1.5316922) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz068.txt description = Crawford, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('krsv', 0.0015061) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz068.txt [ilz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz069.txt centroid = (0.6738105, -1.5607153) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz069.txt description = Clinton, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kenl', 0.0047824) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz069.txt [ilz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz070.txt centroid = (0.6745628, -1.5519293) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz070.txt description = Marion, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kslo', 0.0006271) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz070.txt [ilz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz071.txt centroid = (0.6763884, -1.5444453) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz071.txt description = Clay, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kfoa', 0.0016370) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz071.txt [ilz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz072.txt centroid = (0.6756588, -1.5373733) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz072.txt description = Richland, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('koly', 0.0012556) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz072.txt [ilz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz073.txt centroid = (0.6757915, -1.5311180) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz073.txt description = Lawrence, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kajg', 0.0019829) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz073.txt [ilz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz074.txt centroid = (0.6693722, -1.5605076) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz074.txt description = Washington, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('ksar', 0.0053090) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz074.txt [ilz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz075.txt centroid = (0.6684716, -1.5520166) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz075.txt description = Jefferson, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kmvn', 0.0008338) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz075.txt [ilz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz076.txt centroid = (0.6707213, -1.5433179) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz076.txt description = Wayne, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kfwc', 0.0009053) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz076.txt [ilz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz077.txt centroid = (0.6704944, -1.5368183) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz077.txt description = Edwards, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('koly', 0.0055898) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz077.txt [ilz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz078.txt centroid = (0.6710110, -1.5331723) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz078.txt description = Wabash, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kajg', 0.0032259) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz078.txt [ilz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz079.txt centroid = (0.6641344, -1.5677472) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz079.txt description = Randolph, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('ksar', 0.0024251) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz079.txt [ilz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz080.txt centroid = (0.6646877, -1.5597501) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz080.txt description = Perry, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('ksar', 0.0046918) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz080.txt [ilz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz081.txt centroid = (0.6630907, -1.5520201) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz081.txt description = Franklin, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kmwa', 0.0043550) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz081.txt [ilz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz082.txt centroid = (0.6646493, -1.5453006) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz082.txt description = Hamilton, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('khsb', 0.0047181) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz082.txt [ilz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz083.txt centroid = (0.6647523, -1.5390226) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz083.txt description = White, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kcul', 0.0007761) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz083.txt [ilz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz084.txt centroid = (0.6594761, -1.5600119) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz084.txt description = Jackson, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kmdh', 0.0018224) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz084.txt [ilz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz085.txt centroid = (0.6585180, -1.5521196) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz085.txt description = Williamson, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kmwa', 0.0010429) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz085.txt [ilz086] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz086.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz086.txt centroid = (0.6589194, -1.5453285) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz086.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz086.txt description = Saline, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz086.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz086.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz086.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz086.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz086.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz086.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz086.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz086.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz086.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz086.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz086.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz086.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz086.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz086.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz086.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz086.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz086.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz086.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz086.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz086.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz086.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz086.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz086.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz086.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz086.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz086.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz086.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz086.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz086.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz086.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('khsb', 0.0010204) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz086.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz086.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz086.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz086.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz086.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz086.txt [ilz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz087.txt centroid = (0.6590852, -1.5399127) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz087.txt description = Gallatin, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('khsb', 0.0044765) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz087.txt [ilz088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz088.txt centroid = (0.6539958, -1.5577954) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz088.txt description = Union, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kmdh', 0.0054482) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz088.txt [ilz089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz089.txt centroid = (0.6537934, -1.5512643) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz089.txt description = Johnson, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('km30', 0.0051091) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz089.txt [ilz090] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz090.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz090.txt centroid = (0.6529731, -1.5456898) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz090.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz090.txt description = Pope, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz090.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz090.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz090.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz090.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz090.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz090.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz090.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz090.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz090.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz090.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz090.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz090.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz090.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz090.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz090.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz090.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz090.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz090.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz090.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz090.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz090.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz090.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz090.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz090.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz090.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz090.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz090.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz090.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz090.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz090.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('km30', 0.0047491) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz090.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz090.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz090.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz090.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz090.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz090.txt [ilz091] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz091.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz091.txt centroid = (0.6548161, -1.5405480) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz091.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz091.txt description = Hardin, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz091.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz091.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz091.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz091.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz091.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz091.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz091.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz091.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz091.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz091.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz091.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz091.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz091.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz091.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz091.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz091.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz091.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz091.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz091.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz091.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz091.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz091.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz091.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz091.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz091.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz091.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz091.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz091.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz091.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz091.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('k5m9', 0.0038507) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz091.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz091.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz091.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz091.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz091.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz091.txt [ilz092] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz092.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz092.txt centroid = (0.6491141, -1.5592353) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz092.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz092.txt description = Alexander, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz092.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz092.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz092.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz092.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz092.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz092.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz092.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz092.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz092.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz092.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz092.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz092.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz092.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz092.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz092.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz092.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz092.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz092.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz092.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz092.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz092.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz092.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz092.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz092.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz092.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz092.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz092.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz092.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz092.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz092.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kcir', 0.0027606) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz092.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz092.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz092.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz092.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz092.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz092.txt [ilz093] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz093.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz093.txt centroid = (0.6496604, -1.5555544) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz093.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz093.txt description = Pulaski, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz093.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz093.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz093.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz093.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz093.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz093.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz093.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz093.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz093.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz093.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz093.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz093.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz093.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz093.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz093.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz093.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz093.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz093.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz093.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz093.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz093.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz093.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz093.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz093.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz093.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz093.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz093.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz093.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz093.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz093.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kcir', 0.0030502) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz093.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz093.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz093.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz093.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz093.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz093.txt [ilz094] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz094.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz094.txt centroid = (0.6495941, -1.5482432) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz094.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz094.txt description = Massac, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz094.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz094.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz094.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz094.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz094.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz094.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz094.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz094.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz094.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz094.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz094.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz094.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz094.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz094.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz094.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz094.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz094.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz094.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz094.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz094.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz094.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz094.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz094.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz094.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz094.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz094.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz094.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz094.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz094.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz094.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('km30', 0.0008297) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz094.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz094.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz094.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz094.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz094.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz094.txt [ilz095] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz095.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz095.txt centroid = (0.6979188, -1.5915413) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz095.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz095.txt description = Adams, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz095.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz095.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz095.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz095.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz095.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz095.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz095.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz095.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz095.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz095.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz095.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz095.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz095.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz095.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz095.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz095.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz095.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz095.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz095.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz095.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz095.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz095.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz095.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz095.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz095.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz095.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz095.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz095.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz095.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz095.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kuin', 0.0009628) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz095.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz095.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz095.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz095.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz095.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz095.txt [ilz096] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz096.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz096.txt centroid = (0.6974650, -1.5838933) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz096.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz096.txt description = Brown, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz096.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz096.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz096.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz096.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz096.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz096.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz096.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz096.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz096.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz096.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz096.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz096.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz096.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz096.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz096.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz096.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz096.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz096.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz096.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz096.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz096.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz096.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz096.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz096.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz096.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz096.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz096.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz096.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz096.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz096.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('ki63', 0.0008475) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz096.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz096.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz096.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz096.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz096.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz096.txt [ilz097] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz097.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz097.txt centroid = (0.6915431, -1.5862652) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz097.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz097.txt description = Pike, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz097.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz097.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz097.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz097.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz097.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz097.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz097.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz097.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz097.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz097.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz097.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz097.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz097.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz097.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz097.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz097.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz097.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz097.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz097.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz097.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz097.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz097.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz097.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz097.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz097.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz097.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz097.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz097.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz097.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz097.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kppq', 0.0014792) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz097.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz097.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz097.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz097.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz097.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz097.txt [ilz098] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz098.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz098.txt centroid = (0.6836315, -1.5824464) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz098.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz098.txt description = Calhoun, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz098.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz098.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz098.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz098.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz098.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz098.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz098.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz098.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz098.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz098.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz098.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz098.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz098.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz098.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz098.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz098.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz098.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz098.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz098.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz098.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz098.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz098.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz098.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz098.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz098.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz098.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz098.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz098.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz098.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz098.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kset', 0.0051981) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz098.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz098.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz098.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz098.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz098.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz098.txt [ilz099] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz099.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz099.txt centroid = (0.6821724, -1.5770202) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz099.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz099.txt description = Jersey, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz099.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz099.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz099.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz099.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz099.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz099.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz099.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz099.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz099.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz099.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz099.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz099.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz099.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz099.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz099.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz099.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz099.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz099.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz099.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz099.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz099.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz099.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz099.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz099.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz099.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz099.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz099.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz099.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz099.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz099.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kset', 0.0028540) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz099.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz099.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz099.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz099.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz099.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz099.txt [ilz100] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz100.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz100.txt centroid = (0.6777096, -1.5691400) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz100.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz100.txt description = Madison, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz100.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz100.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz100.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz100.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz100.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz100.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz100.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz100.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz100.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz100.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz100.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz100.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz100.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz100.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz100.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz100.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz100.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz100.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz100.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz100.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz100.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz100.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz100.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz100.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz100.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz100.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz100.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz100.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz100.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz100.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kaln', 0.0023183) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz100.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz100.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz100.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz100.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz100.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz100.txt [ilz101] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz101.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz101.txt centroid = (0.6714334, -1.5695467) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz101.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz101.txt description = St. Clair, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz101.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz101.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz101.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz101.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz101.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz101.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz101.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz101.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz101.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz101.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz101.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz101.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz101.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz101.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz101.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz101.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz101.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz101.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz101.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz101.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz101.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz101.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz101.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz101.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz101.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz101.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz101.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz101.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz101.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz101.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kblv', 0.0017554) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz101.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz101.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz101.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz101.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz101.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz101.txt [ilz102] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/il/ilz102.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/il/ilz102.txt centroid = (0.6680859, -1.5738925) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/il/ilz102.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/il/ilz102.txt description = Monroe, IL -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/il/ilz102.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/il/ilz102.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/il/ilz102.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/il/ilz102.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/il/ilz102.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/il/ilz102.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/il/ilz102.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/il/ilz102.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/il.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/il/ilz102.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/il/ilz102.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/il/ilz102.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/il/ilz102.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/il/ilz102.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/il/ilz102.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/il/ilz102.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/il.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/il/ilz102.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/il/ilz102.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/il/ilz102.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/il/ilz102.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/il/ilz102.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/il/ilz102.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/il/ilz102.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/il/ilz102.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/il.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/il/ilz102.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/il/ilz102.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/il/ilz102.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/il/ilz102.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/il/ilz102.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/il/ilz102.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/il/ilz102.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/il.txt station = ('kcps', 0.0050434) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/il/ilz102.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/il/ilz102.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/il/ilz102.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/il/ilz102.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/il/ilz102.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/il/ilz102.txt [inz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz001.txt centroid = (0.7228386, -1.5250984) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz001.txt description = Lake, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kigq', 0.0029305) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz001.txt [inz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz002.txt centroid = (0.7236222, -1.5196076) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz002.txt description = Porter, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kvpz', 0.0008966) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz002.txt [inz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz003.txt centroid = (0.7251145, -1.5138968) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz003.txt description = La Porte, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kppo', 0.0004384) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz003.txt [inz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz004.txt centroid = (0.7263484, -1.5060411) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz004.txt description = St. Joseph, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('ksbn', 0.0014955) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz004.txt [inz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz005.txt centroid = (0.7260116, -1.4985170) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz005.txt description = Elkhart, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kgsh', 0.0014896) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz005.txt [inz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz006.txt centroid = (0.7268022, -1.4909737) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz006.txt description = Lagrange, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kirs', 0.0029730) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz006.txt [inz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz007.txt centroid = (0.7268232, -1.4835438) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz007.txt description = Steuben, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kanq', 0.0011016) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz007.txt [inz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz008.txt centroid = (0.7225419, -1.4908149) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz008.txt description = Noble, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kc62', 0.0025085) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz008.txt [inz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz009.txt centroid = (0.7225244, -1.4835142) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz009.txt description = De Kalb, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kgwb', 0.0019403) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz009.txt [inz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz010.txt centroid = (0.7148153, -1.5253741) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz010.txt description = Newton, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('krzl', 0.0027371) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz010.txt [inz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz011.txt centroid = (0.7159864, -1.5204645) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz011.txt description = Jasper, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('krzl', 0.0016027) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz011.txt [inz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz012.txt centroid = (0.7204894, -1.5122894) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz012.txt description = Starke, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('koxi', 0.0008700) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz012.txt [inz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz013.txt centroid = (0.7163163, -1.5131813) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz013.txt description = Pulaski, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('koxi', 0.0050542) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz013.txt [inz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz014.txt centroid = (0.7212573, -1.5055524) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz014.txt description = Marshall, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('krcr', 0.0047483) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz014.txt [inz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz015.txt centroid = (0.7164053, -1.5055838) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz015.txt description = Fulton, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('krcr', 0.0011234) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz015.txt [inz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz016.txt centroid = (0.7198453, -1.4985519) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz016.txt description = Kosciusko, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kasw', 0.0005952) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz016.txt [inz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz017.txt centroid = (0.7180180, -1.4923473) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz017.txt description = Whitley, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kasw', 0.0049881) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz017.txt [inz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz018.txt centroid = (0.7171698, -1.4846905) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz018.txt description = Allen, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kfwa', 0.0023663) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz018.txt [inz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz019.txt centroid = (0.7087136, -1.5238627) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz019.txt description = Benton, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('krzl', 0.0062079) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz019.txt [inz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz020.txt centroid = (0.7112199, -1.5160872) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz020.txt description = White, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kmcx', 0.0014887) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz020.txt [inz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz021.txt centroid = (0.7083035, -1.5108181) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz021.txt description = Carroll, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kggp', 0.0033783) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz021.txt [inz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz022.txt centroid = (0.7114224, -1.5070220) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz022.txt description = Cass, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kggp', 0.0009450) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz022.txt [inz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz023.txt centroid = (0.7115620, -1.5017703) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz023.txt description = Miami, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kgus', 0.0025052) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz023.txt [inz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz024.txt centroid = (0.7128920, -1.4973878) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz024.txt description = Wabash, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('khhg', 0.0044502) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz024.txt [inz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz025.txt centroid = (0.7126040, -1.4920488) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz025.txt description = Huntington, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('khhg', 0.0005826) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz025.txt [inz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz026.txt centroid = (0.7108569, -1.4873905) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz026.txt description = Wells, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('khhg', 0.0037925) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz026.txt [inz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz027.txt centroid = (0.7111431, -1.4824233) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz027.txt description = Adams, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kfwa', 0.0056404) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz027.txt [inz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz028.txt centroid = (0.7041862, -1.5246027) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz028.txt description = Warren, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kdnv', 0.0041268) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz028.txt [inz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz029.txt centroid = (0.7049141, -1.5165881) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz029.txt description = Tippecanoe, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('klaf', 0.0008899) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz029.txt [inz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz030.txt centroid = (0.7033974, -1.5092770) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz030.txt description = Clinton, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kfkr', 0.0012586) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz030.txt [inz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz031.txt centroid = (0.7065721, -1.5030234) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz031.txt description = Howard, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kokk', 0.0010944) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz031.txt [inz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz032.txt centroid = (0.7071341, -1.4949583) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz032.txt description = Grant, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kmzz', 0.0005609) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz032.txt [inz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz033.txt centroid = (0.7063958, -1.4891987) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz033.txt description = Blackford, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kmie', 0.0043094) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz033.txt [inz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz034.txt centroid = (0.7057762, -1.4836293) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz034.txt description = Jay, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kmie', 0.0063465) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz034.txt [inz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz035.txt centroid = (0.7002418, -1.5226584) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz035.txt description = Fountain, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kdnv', 0.0049124) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz035.txt [inz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz036.txt centroid = (0.6988368, -1.5165742) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz036.txt description = Montgomery, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kcfj', 0.0011848) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz036.txt [inz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz037.txt centroid = (0.6990183, -1.5091635) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz037.txt description = Boone, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('ktyq', 0.0029447) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz037.txt [inz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz038.txt centroid = (0.7035667, -1.5018890) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz038.txt description = Tipton, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kokk', 0.0038784) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz038.txt [inz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz039.txt centroid = (0.6993971, -1.5018907) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz039.txt description = Hamilton, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('ktyq', 0.0027473) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz039.txt [inz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz040.txt centroid = (0.7009522, -1.4960858) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz040.txt description = Madison, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kaid', 0.0015792) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz040.txt [inz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz041.txt centroid = (0.7021041, -1.4904571) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz041.txt description = Delaware, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kmie', 0.0001083) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz041.txt [inz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz042.txt centroid = (0.7008823, -1.4837288) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz042.txt description = Randolph, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kmie', 0.0053466) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz042.txt [inz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz043.txt centroid = (0.6955800, -1.5265348) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz043.txt description = Vermillion, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kprg', 0.0038463) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz043.txt [inz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz044.txt centroid = (0.6941803, -1.5220371) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz044.txt description = Parke, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kcfj', 0.0052110) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz044.txt [inz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz045.txt centroid = (0.6923075, -1.5157312) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz045.txt description = Putnam, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('k4i7', 0.0006693) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz045.txt [inz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz046.txt centroid = (0.6941087, -1.5098843) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz046.txt description = Hendricks, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('keye', 0.0030282) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz046.txt [inz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz047.txt centroid = (0.6943199, -1.5033987) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz047.txt description = Marion, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('keye', 0.0023473) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz047.txt [inz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz048.txt centroid = (0.6950512, -1.4970247) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz048.txt description = Hancock, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kmqj', 0.0016963) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz048.txt [inz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz049.txt centroid = (0.6969292, -1.4904501) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz049.txt description = Henry, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kaid', 0.0043759) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz049.txt [inz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz050.txt centroid = (0.6957650, -1.4837027) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz050.txt description = Wayne, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kmie', 0.0082841) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz050.txt [inz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz051.txt centroid = (0.6881938, -1.5252432) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz051.txt description = Vigo, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('khuf', 0.0010448) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz051.txt [inz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz052.txt centroid = (0.6875341, -1.5204575) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz052.txt description = Clay, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('khuf', 0.0028864) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz052.txt [inz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz053.txt centroid = (0.6861395, -1.5156020) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz053.txt description = Owen, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kbmg', 0.0041237) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz053.txt [inz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz054.txt centroid = (0.6890822, -1.5087708) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz054.txt description = Morgan, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kind', 0.0046523) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz054.txt [inz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz055.txt centroid = (0.6892288, -1.5027582) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz055.txt description = Johnson, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kind', 0.0046508) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz055.txt [inz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz056.txt centroid = (0.6898170, -1.4973494) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz056.txt description = Shelby, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kgez', 0.0010484) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz056.txt [inz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz057.txt centroid = (0.6914977, -1.4916579) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz057.txt description = Rush, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kgez', 0.0045406) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz057.txt [inz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz058.txt centroid = (0.6918503, -1.4866488) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz058.txt description = Fayette, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kgez', 0.0084124) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz058.txt [inz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz059.txt centroid = (0.6915954, -1.4822226) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz059.txt description = Union, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('ki67', 0.0067127) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz059.txt [inz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz060.txt centroid = (0.6822283, -1.5256726) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz060.txt description = Sullivan, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('krsv', 0.0034318) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz060.txt [inz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz061.txt centroid = (0.6813120, -1.5177732) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz061.txt description = Greene, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kbmg', 0.0050814) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz061.txt [inz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz062.txt centroid = (0.6834866, -1.5101130) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz062.txt description = Monroe, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kbmg', 0.0012805) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz062.txt [inz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz063.txt centroid = (0.6841027, -1.5049520) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz063.txt description = Brown, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kbak', 0.0045939) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz063.txt [inz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz064.txt centroid = (0.6842720, -1.4991977) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz064.txt description = Bartholomew, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kbak', 0.0010610) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz064.txt [inz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz065.txt centroid = (0.6860348, -1.4922792) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz065.txt description = Decatur, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kbak', 0.0054315) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz065.txt [inz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz066.txt centroid = (0.6879180, -1.4845823) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz066.txt description = Franklin, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('ki67', 0.0047227) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz066.txt [inz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz067.txt centroid = (0.6752522, -1.5257319) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz067.txt description = Knox, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('klwv', 0.0028238) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz067.txt [inz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz068.txt centroid = (0.6754843, -1.5196948) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz068.txt description = Daviess, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kdcy', 0.0007858) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz068.txt [inz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz069.txt centroid = (0.6755820, -1.5149999) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz069.txt description = Martin, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kdcy', 0.0044508) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz069.txt [inz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz070.txt centroid = (0.6779068, -1.5094201) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz070.txt description = Lawrence, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kbmg', 0.0056847) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz070.txt [inz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz071.txt centroid = (0.6790448, -1.5016394) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz071.txt description = Jackson, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kbak', 0.0065583) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz071.txt [inz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz072.txt centroid = (0.6806243, -1.4944923) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz072.txt description = Jennings, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kims', 0.0046943) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz072.txt [inz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz073.txt centroid = (0.6824831, -1.4881096) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz073.txt description = Ripley, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kims', 0.0065941) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz073.txt [inz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz074.txt centroid = (0.6832144, -1.4830639) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz074.txt description = Dearborn, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('ki67', 0.0033433) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz074.txt [inz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz075.txt centroid = (0.6798075, -1.4829190) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz075.txt description = Ohio, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kcvg', 0.0044062) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz075.txt [inz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz076.txt centroid = (0.6726813, -1.5096243) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz076.txt description = Orange, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('khnb', 0.0080409) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz076.txt [inz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz077.txt centroid = (0.6736971, -1.5028210) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz077.txt description = Washington, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('klou', 0.0087711) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz077.txt [inz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz078.txt centroid = (0.6751824, -1.4965745) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz078.txt description = Scott, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kims', 0.0040650) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz078.txt [inz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz079.txt centroid = (0.6769399, -1.4911831) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz079.txt description = Jefferson, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kims', 0.0005754) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz079.txt [inz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz080.txt centroid = (0.6776450, -1.4841756) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz080.txt description = Switzerland, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kims', 0.0059320) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz080.txt [inz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz081.txt centroid = (0.6686671, -1.5286396) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz081.txt description = Gibson, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kevv', 0.0049108) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz081.txt [inz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz082.txt centroid = (0.6701855, -1.5224891) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz082.txt description = Pike, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('khnb', 0.0046556) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz082.txt [inz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz083.txt centroid = (0.6695834, -1.5163386) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz083.txt description = Dubois, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('khnb', 0.0022145) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz083.txt [inz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz084.txt centroid = (0.6683267, -1.5088668) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz084.txt description = Crawford, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('khnb', 0.0068677) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz084.txt [inz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz085.txt centroid = (0.6636056, -1.5335929) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz085.txt description = Posey, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kcul', 0.0036935) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz085.txt [inz086] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz086.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz086.txt centroid = (0.6636684, -1.5286588) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz086.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz086.txt description = Vanderburgh, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz086.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz086.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz086.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz086.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz086.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz086.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz086.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz086.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz086.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz086.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz086.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz086.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz086.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz086.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz086.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz086.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz086.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz086.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz086.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz086.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz086.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz086.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz086.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz086.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz086.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz086.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz086.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz086.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz086.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz086.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kevv', 0.0007331) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz086.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz086.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz086.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz086.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz086.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz086.txt [inz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz087.txt centroid = (0.6648343, -1.5231855) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz087.txt description = Warrick, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('kevv', 0.0037339) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz087.txt [inz088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz088.txt centroid = (0.6634730, -1.5185708) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz088.txt description = Spencer, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('khnb', 0.0041910) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz088.txt [inz089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz089.txt centroid = (0.6646161, -1.5121184) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz089.txt description = Perry, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('khnb', 0.0052120) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz089.txt [inz090] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz090.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz090.txt centroid = (0.6666320, -1.5029257) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz090.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz090.txt description = Harrison, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz090.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz090.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz090.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz090.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz090.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz090.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz090.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz090.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz090.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz090.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz090.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz090.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz090.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz090.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz090.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz090.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz090.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz090.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz090.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz090.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz090.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz090.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz090.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz090.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz090.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz090.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz090.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz090.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz090.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz090.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('ksdf', 0.0051890) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz090.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz090.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz090.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz090.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz090.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz090.txt [inz091] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz091.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz091.txt centroid = (0.6687997, -1.4993565) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz091.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz091.txt description = Floyd, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz091.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz091.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz091.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz091.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz091.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz091.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz091.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz091.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz091.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz091.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz091.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz091.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz091.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz091.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz091.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz091.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz091.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz091.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz091.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz091.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz091.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz091.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz091.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz091.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz091.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz091.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz091.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz091.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz091.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz091.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('ksdf', 0.0033604) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz091.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz091.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz091.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz091.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz091.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz091.txt [inz092] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/in/inz092.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/in/inz092.txt centroid = (0.6715556, -1.4958746) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/in/inz092.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/in/inz092.txt description = Clark, IN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/in/inz092.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/in/inz092.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/in/inz092.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/in/inz092.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/in/inz092.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/in/inz092.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/in/inz092.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/in/inz092.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/in.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/in/inz092.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/in/inz092.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/in/inz092.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/in/inz092.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/in/inz092.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/in/inz092.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/in/inz092.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/in.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/in/inz092.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/in/inz092.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/in/inz092.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/in/inz092.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/in/inz092.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/in/inz092.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/in/inz092.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/in/inz092.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/in.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/in/inz092.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/in/inz092.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/in/inz092.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/in/inz092.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/in/inz092.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/in/inz092.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/in/inz092.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/in.txt station = ('klou', 0.0042942) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/in/inz092.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/in/inz092.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/in/inz092.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/in/inz092.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/in/inz092.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/in/inz092.txt [ksz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz001.txt centroid = (0.6943932, -1.7755444) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz001.txt description = Cheyenne, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('ksyf', 0.0009669) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz001.txt [ksz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz002.txt centroid = (0.6943827, -1.7641055) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz002.txt description = Rawlins, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kcbk', 0.0062091) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz002.txt [ksz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz003.txt centroid = (0.6943740, -1.7533560) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz003.txt description = Decatur, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kmck', 0.0074339) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz003.txt [ksz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz004.txt centroid = (0.6943688, -1.7436433) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz004.txt description = Norton, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('khlc', 0.0073515) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz004.txt [ksz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz005.txt centroid = (0.6943705, -1.7339305) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz005.txt description = Phillips, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('khlc', 0.0097981) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz005.txt [ksz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz006.txt centroid = (0.6943810, -1.7241322) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz006.txt description = Smith, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('khde', 0.0137161) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz006.txt [ksz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz007.txt centroid = (0.6943740, -1.7142345) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz007.txt description = Jewell, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kcnk', 0.0086476) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz007.txt [ksz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz008.txt centroid = (0.6951262, -1.7043245) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz008.txt description = Republic, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kcnk', 0.0048243) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz008.txt [ksz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz009.txt centroid = (0.6943653, -1.6944948) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz009.txt description = Washington, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kmyz', 0.0062476) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz009.txt [ksz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz010.txt centroid = (0.6943548, -1.6846424) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz010.txt description = Marshall, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kmyz', 0.0019112) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz010.txt [ksz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz011.txt centroid = (0.6943531, -1.6757622) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz011.txt description = Nemaha, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kfnb', 0.0077859) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz011.txt [ksz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz012.txt centroid = (0.6951053, -1.6679099) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz012.txt description = Brown, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kfnb', 0.0044881) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz012.txt [ksz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz013.txt centroid = (0.6868115, -1.7753489) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz013.txt description = Sherman, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kgld', 0.0003793) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz013.txt [ksz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz014.txt centroid = (0.6868028, -1.7637512) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz014.txt description = Thomas, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kcbk', 0.0013825) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz014.txt [ksz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz015.txt centroid = (0.6867923, -1.7530401) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz015.txt description = Sheridan, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kcbk', 0.0083209) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz015.txt [ksz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz016.txt centroid = (0.6867818, -1.7432925) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz016.txt description = Graham, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('khlc', 0.0007364) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz016.txt [ksz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz017.txt centroid = (0.6867888, -1.7335500) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz017.txt description = Rooks, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('khlc', 0.0068646) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz017.txt [ksz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz018.txt centroid = (0.6867923, -1.7238251) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz018.txt description = Osborne, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('krsl', 0.0084668) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz018.txt [ksz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz019.txt centroid = (0.6875428, -1.7140791) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz019.txt description = Mitchell, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kcnk', 0.0080201) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz019.txt [ksz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz020.txt centroid = (0.6890630, -1.7043053) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz020.txt description = Cloud, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kcnk', 0.0012391) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz020.txt [ksz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz021.txt centroid = (0.6867818, -1.6958509) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz021.txt description = Clay, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kfri', 0.0074672) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz021.txt [ksz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz022.txt centroid = (0.6858533, -1.6883477) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz022.txt description = Riley, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kmhk', 0.0029329) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz022.txt [ksz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz023.txt centroid = (0.6872932, -1.6814938) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz023.txt description = Pottawatomie, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kmhk', 0.0062930) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz023.txt [ksz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz024.txt centroid = (0.6879564, -1.6719155) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz024.txt description = Jackson, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('ktop', 0.0064874) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz024.txt [ksz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz025.txt centroid = (0.6899636, -1.6635239) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz025.txt description = Atchison, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kstj', 0.0067177) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz025.txt [ksz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz026.txt centroid = (0.6847939, -1.6647544) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz026.txt description = Jefferson, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('klwc', 0.0044411) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz026.txt [ksz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz027.txt centroid = (0.6792228, -1.7761099) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz027.txt description = Wallace, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kgld', 0.0079022) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz027.txt [ksz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz028.txt centroid = (0.6792350, -1.7653744) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz028.txt description = Logan, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kcbk', 0.0090470) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz028.txt [ksz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz029.txt centroid = (0.6792141, -1.7537574) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz029.txt description = Gove, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('khlc', 0.0117964) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz029.txt [ksz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz030.txt centroid = (0.6791827, -1.7431109) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz030.txt description = Trego, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('khlc', 0.0079134) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz030.txt [ksz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz031.txt centroid = (0.6791914, -1.7334139) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz031.txt description = Ellis, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('khys', 0.0013238) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz031.txt [ksz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz032.txt centroid = (0.6791931, -1.7237273) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz032.txt description = Russell, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('krsl', 0.0011199) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz032.txt [ksz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz033.txt centroid = (0.6814708, -1.7140495) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz033.txt description = Lincoln, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('ksln', 0.0088488) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz033.txt [ksz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz034.txt centroid = (0.6829927, -1.7043193) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz034.txt description = Ottawa, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('ksln', 0.0060959) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz034.txt [ksz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz035.txt centroid = (0.6783466, -1.6956345) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz035.txt description = Dickinson, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kfri', 0.0062211) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz035.txt [ksz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz036.txt centroid = (0.6807203, -1.6886514) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz036.txt description = Geary, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kfri', 0.0009409) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz036.txt [ksz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz037.txt centroid = (0.6752243, -1.6868590) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz037.txt description = Morris, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kfri', 0.0066088) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz037.txt [ksz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz038.txt centroid = (0.6798633, -1.6790940) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz038.txt description = Wabaunsee, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kfoe', 0.0075420) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz038.txt [ksz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz039.txt centroid = (0.6814027, -1.6712645) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz039.txt description = Shawnee, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('ktop', 0.0017248) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz039.txt [ksz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz040.txt centroid = (0.6786626, -1.6631661) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz040.txt description = Douglas, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('klwc', 0.0025254) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz040.txt [ksz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz041.txt centroid = (0.6716114, -1.7768499) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz041.txt description = Greeley, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('k3k3', 0.0085707) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz041.txt [ksz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz042.txt centroid = (0.6716393, -1.7688458) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz042.txt description = Wichita, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('k3k3', 0.0101570) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz042.txt [ksz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz043.txt centroid = (0.6716411, -1.7611576) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz043.txt description = Scott, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kgck', 0.0102095) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz043.txt [ksz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz044.txt centroid = (0.6716271, -1.7534695) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz044.txt description = Lane, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kgck', 0.0104371) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz044.txt [ksz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz045.txt centroid = (0.6715940, -1.7438667) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz045.txt description = Ness, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('khys', 0.0109620) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz045.txt [ksz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz046.txt centroid = (0.6723584, -1.7332725) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz046.txt description = Rush, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('khys', 0.0057314) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz046.txt [ksz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz047.txt centroid = (0.6715852, -1.7236261) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz047.txt description = Barton, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kgbd', 0.0027090) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz047.txt [ksz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz048.txt centroid = (0.6753831, -1.7139971) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz048.txt description = Ellsworth, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('ksln', 0.0077029) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz048.txt [ksz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz049.txt centroid = (0.6769068, -1.7043158) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz049.txt description = Saline, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('ksln', 0.0000100) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz049.txt [ksz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz050.txt centroid = (0.6692832, -1.7139325) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz050.txt description = Rice, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('khut', 0.0067077) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz050.txt [ksz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz051.txt centroid = (0.6700598, -1.7042791) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz051.txt description = McPherson, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('khut', 0.0064148) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz051.txt [ksz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz052.txt centroid = (0.6694874, -1.6946606) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz052.txt description = Marion, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kewk', 0.0059653) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz052.txt [ksz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz053.txt centroid = (0.6684960, -1.6858833) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz053.txt description = Chase, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kemp', 0.0054229) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz053.txt [ksz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz054.txt centroid = (0.6711891, -1.6781812) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz054.txt description = Lyon, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kemp', 0.0022416) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz054.txt [ksz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz055.txt centroid = (0.6746116, -1.6707496) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz055.txt description = Osage, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kfoe', 0.0050136) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz055.txt [ksz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz056.txt centroid = (0.6730792, -1.6630527) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz056.txt description = Franklin, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kowi', 0.0005981) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz056.txt [ksz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz057.txt centroid = (0.6730618, -1.6552371) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz057.txt description = Miami, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kixd', 0.0044596) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz057.txt [ksz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz058.txt centroid = (0.6673615, -1.6708770) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz058.txt description = Coffey, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kemp', 0.0065991) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz058.txt [ksz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz059.txt centroid = (0.6669654, -1.6631818) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz059.txt description = Anderson, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kowi', 0.0057256) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz059.txt [ksz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz060.txt centroid = (0.6669304, -1.6553209) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz060.txt description = Linn, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kowi', 0.0080355) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz060.txt [ksz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz061.txt centroid = (0.6632094, -1.7765933) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz061.txt description = Hamilton, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('k3k3', 0.0006326) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz061.txt [ksz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz062.txt centroid = (0.6632286, -1.7683659) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz062.txt description = Kearny, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('k3k3', 0.0058664) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz062.txt [ksz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz063.txt centroid = (0.6640000, -1.7581906) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz063.txt description = Finney, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kgck', 0.0022467) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz063.txt [ksz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz064.txt centroid = (0.6647523, -1.7435473) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz064.txt description = Hodgeman, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kddc', 0.0056791) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz064.txt [ksz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz065.txt centroid = (0.6663911, -1.7320089) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz065.txt description = Pawnee, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kgbd', 0.0058639) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz065.txt [ksz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz066.txt centroid = (0.6637679, -1.7229454) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz066.txt description = Stafford, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kptt', 0.0057961) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz066.txt [ksz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz067.txt centroid = (0.6624031, -1.7119254) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz067.txt description = Reno, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('khut', 0.0036122) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz067.txt [ksz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz068.txt centroid = (0.6639791, -1.7004289) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz068.txt description = Harvey, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kewk', 0.0019837) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz068.txt [ksz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz069.txt centroid = (0.6594063, -1.6901611) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz069.txt description = Butler, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('keqa', 0.0003198) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz069.txt [ksz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz070.txt centroid = (0.6610923, -1.6795775) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz070.txt description = Greenwood, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kemp', 0.0079632) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz070.txt [ksz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz071.txt centroid = (0.6612477, -1.6709817) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz071.txt description = Woodson, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kcnu', 0.0052254) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz071.txt [ksz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz072.txt centroid = (0.6612319, -1.6633232) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz072.txt description = Allen, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kk88', 0.0012173) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz072.txt [ksz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz073.txt centroid = (0.6606979, -1.6554326) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz073.txt description = Bourbon, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kpts', 0.0072617) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz073.txt [ksz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz074.txt centroid = (0.6555980, -1.7764694) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz074.txt description = Stanton, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kjhn', 0.0008173) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz074.txt [ksz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz075.txt centroid = (0.6555841, -1.7681582) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz075.txt description = Grant, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('khqg', 0.0070197) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz075.txt [ksz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz076.txt centroid = (0.6555858, -1.7605346) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz076.txt description = Haskell, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kgck', 0.0065423) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz076.txt [ksz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz077.txt centroid = (0.6586558, -1.7529703) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz077.txt description = Gray, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kgck', 0.0049479) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz077.txt [ksz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz078.txt centroid = (0.6578443, -1.7433727) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz078.txt description = Ford, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kddc', 0.0017012) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz078.txt [ksz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz079.txt centroid = (0.6612634, -1.7333214) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz079.txt description = Edwards, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kptt', 0.0084142) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz079.txt [ksz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz080.txt centroid = (0.6555143, -1.7328676) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz080.txt description = Kiowa, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kptt', 0.0078114) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz080.txt [ksz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz081.txt centroid = (0.6570781, -1.7233311) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz081.txt description = Pratt, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kptt', 0.0009223) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz081.txt [ksz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz082.txt centroid = (0.6555265, -1.7128033) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz082.txt description = Kingman, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kp28', 0.0074832) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz082.txt [ksz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz083.txt centroid = (0.6577238, -1.7010171) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz083.txt description = Sedgwick, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kict', 0.0007184) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz083.txt [ksz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz084.txt centroid = (0.6491124, -1.7767330) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz084.txt description = Morton, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('keha', 0.0035395) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz084.txt [ksz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz085.txt centroid = (0.6491298, -1.7682297) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz085.txt description = Stevens, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('khqg', 0.0009602) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz085.txt [ksz086] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz086.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz086.txt centroid = (0.6491455, -1.7601872) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz086.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz086.txt description = Seward, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz086.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz086.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz086.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz086.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz086.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz086.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz086.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz086.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz086.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz086.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz086.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz086.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz086.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz086.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz086.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz086.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz086.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz086.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz086.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz086.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz086.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz086.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz086.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz086.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz086.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz086.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz086.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz086.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz086.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz086.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('klbl', 0.0029720) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz086.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz086.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz086.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz086.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz086.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz086.txt [ksz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz087.txt centroid = (0.6499292, -1.7517206) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz087.txt description = Meade, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('klbl', 0.0089765) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz087.txt [ksz088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz088.txt centroid = (0.6498821, -1.7421929) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz088.txt description = Clark, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kddc', 0.0094895) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz088.txt [ksz089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz089.txt centroid = (0.6491106, -1.7326215) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz089.txt description = Comanche, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kp28', 0.0101587) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz089.txt [ksz090] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz090.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz090.txt centroid = (0.6497669, -1.7223747) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz090.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz090.txt description = Barber, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz090.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz090.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz090.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz090.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz090.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz090.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz090.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz090.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz090.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz090.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz090.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz090.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz090.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz090.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz090.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz090.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz090.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz090.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz090.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz090.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz090.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz090.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz090.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz090.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz090.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz090.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz090.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz090.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz090.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz090.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kp28', 0.0020998) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz090.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz090.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz090.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz090.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz090.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz090.txt [ksz091] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz091.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz091.txt centroid = (0.6491159, -1.7117404) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz091.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz091.txt description = Harper, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz091.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz091.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz091.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz091.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz091.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz091.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz091.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz091.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz091.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz091.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz091.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz091.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz091.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz091.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz091.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz091.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz091.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz091.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz091.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz091.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz091.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz091.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz091.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz091.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz091.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz091.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz091.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz091.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz091.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz091.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kp28', 0.0067849) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz091.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz091.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz091.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz091.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz091.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz091.txt [ksz092] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz092.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz092.txt centroid = (0.6499135, -1.7012859) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz092.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz092.txt description = Sumner, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz092.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz092.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz092.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz092.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz092.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz092.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz092.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz092.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz092.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz092.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz092.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz092.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz092.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz092.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz092.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz092.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz092.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz092.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz092.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz092.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz092.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz092.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz092.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz092.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz092.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz092.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz092.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz092.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz092.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz092.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kwld', 0.0062829) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz092.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz092.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz092.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz092.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz092.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz092.txt [ksz093] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz093.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz093.txt centroid = (0.6499205, -1.6901332) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz093.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz093.txt description = Cowley, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz093.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz093.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz093.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz093.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz093.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz093.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz093.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz093.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz093.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz093.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz093.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz093.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz093.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz093.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz093.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz093.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz093.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz093.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz093.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz093.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz093.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz093.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz093.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz093.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz093.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz093.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz093.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz093.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz093.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz093.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kwld', 0.0029914) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz093.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz093.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz093.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz093.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz093.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz093.txt [ksz094] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz094.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz094.txt centroid = (0.6536904, -1.6797764) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz094.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz094.txt description = Elk, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz094.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz094.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz094.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz094.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz094.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz094.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz094.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz094.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz094.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz094.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz094.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz094.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz094.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz094.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz094.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz094.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz094.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz094.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz094.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz094.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz094.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz094.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz094.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz094.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz094.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz094.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz094.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz094.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz094.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz094.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kidp', 0.0084510) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz094.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz094.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz094.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz094.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz094.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz094.txt [ksz095] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz095.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz095.txt centroid = (0.6555334, -1.6710376) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz095.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz095.txt description = Wilson, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz095.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz095.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz095.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz095.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz095.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz095.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz095.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz095.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz095.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz095.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz095.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz095.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz095.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz095.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz095.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz095.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz095.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz095.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz095.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz095.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz095.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz095.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz095.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz095.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz095.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz095.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz095.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz095.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz095.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz095.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kcnu', 0.0040546) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz095.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz095.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz095.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz095.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz095.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz095.txt [ksz096] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz096.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz096.txt centroid = (0.6555212, -1.6634175) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz096.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz096.txt description = Neosho, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz096.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz096.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz096.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz096.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz096.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz096.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz096.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz096.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz096.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz096.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz096.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz096.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz096.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz096.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz096.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz096.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz096.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz096.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz096.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz096.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz096.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz096.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz096.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz096.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz096.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz096.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz096.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz096.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz096.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz096.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kcnu', 0.0030846) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz096.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz096.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz096.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz096.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz096.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz096.txt [ksz097] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz097.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz097.txt centroid = (0.6546259, -1.6554762) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz097.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz097.txt description = Crawford, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz097.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz097.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz097.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz097.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz097.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz097.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz097.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz097.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz097.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz097.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz097.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz097.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz097.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz097.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz097.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz097.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz097.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz097.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz097.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz097.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz097.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz097.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz097.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz097.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz097.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz097.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz097.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz097.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz097.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz097.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kpts', 0.0019612) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz097.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz097.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz097.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz097.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz097.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz097.txt [ksz098] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz098.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz098.txt centroid = (0.6483916, -1.6797974) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz098.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz098.txt description = Chautauqua, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz098.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz098.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz098.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz098.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz098.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz098.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz098.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz098.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz098.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz098.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz098.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz098.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz098.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz098.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz098.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz098.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz098.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz098.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz098.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz098.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz098.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz098.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz098.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz098.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz098.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz098.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz098.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz098.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz098.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz098.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kidp', 0.0066120) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz098.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz098.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz098.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz098.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz098.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz098.txt [ksz099] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz099.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz099.txt centroid = (0.6491316, -1.6710288) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz099.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz099.txt description = Montgomery, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz099.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz099.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz099.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz099.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz099.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz099.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz099.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz099.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz099.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz099.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz099.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz099.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz099.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz099.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz099.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz099.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz099.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz099.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz099.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz099.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz099.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz099.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz099.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz099.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz099.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz099.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz099.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz099.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz099.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz099.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kidp', 0.0008320) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz099.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz099.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz099.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz099.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz099.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz099.txt [ksz100] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz100.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz100.txt centroid = (0.6491106, -1.6632569) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz100.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz100.txt description = Labette, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz100.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz100.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz100.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz100.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz100.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz100.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz100.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz100.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz100.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz100.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz100.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz100.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz100.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz100.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz100.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz100.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz100.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz100.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz100.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz100.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz100.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz100.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz100.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz100.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz100.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz100.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz100.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz100.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz100.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz100.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kppf', 0.0037483) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz100.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz100.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz100.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz100.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz100.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz100.txt [ksz101] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz101.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz101.txt centroid = (0.6487267, -1.6553785) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz101.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz101.txt description = Cherokee, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz101.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz101.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz101.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz101.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz101.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz101.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz101.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz101.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz101.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz101.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz101.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz101.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz101.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz101.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz101.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz101.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz101.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz101.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz101.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz101.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz101.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz101.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz101.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz101.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz101.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz101.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz101.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz101.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz101.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz101.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kpts', 0.0051579) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz101.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz101.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz101.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz101.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz101.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz101.txt [ksz102] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz102.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz102.txt centroid = (0.6944403, -1.6606284) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz102.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz102.txt description = Doniphan, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz102.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz102.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz102.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz102.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz102.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz102.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz102.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz102.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz102.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz102.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz102.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz102.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz102.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz102.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz102.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz102.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz102.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz102.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz102.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz102.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz102.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz102.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz102.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz102.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz102.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz102.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz102.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz102.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz102.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz102.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kstj', 0.0031130) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz102.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz102.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz102.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz102.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz102.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz102.txt [ksz103] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz103.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz103.txt centroid = (0.6841568, -1.6587243) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz103.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz103.txt description = Leavenworth, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz103.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz103.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz103.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz103.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz103.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz103.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz103.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz103.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz103.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz103.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz103.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz103.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz103.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz103.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz103.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz103.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz103.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz103.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz103.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz103.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz103.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz103.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz103.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz103.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz103.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz103.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz103.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz103.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz103.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz103.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('klwc', 0.0040027) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz103.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz103.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz103.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz103.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz103.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz103.txt [ksz104] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz104.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz104.txt centroid = (0.6826768, -1.6539543) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz104.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz104.txt description = Wyandotte, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz104.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz104.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz104.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz104.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz104.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz104.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz104.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz104.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz104.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz104.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz104.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz104.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz104.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz104.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz104.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz104.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz104.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz104.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz104.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz104.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz104.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz104.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz104.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz104.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz104.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz104.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz104.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz104.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz104.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz104.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kmkc', 0.0022293) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz104.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz104.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz104.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz104.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz104.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz104.txt [ksz105] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ks/ksz105.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ks/ksz105.txt centroid = (0.6786503, -1.6549613) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ks/ksz105.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ks/ksz105.txt description = Johnson, KS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ks/ksz105.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ks/ksz105.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ks/ksz105.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ks/ksz105.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ks/ksz105.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ks/ksz105.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ks/ksz105.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ks/ksz105.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ks.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ks/ksz105.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ks/ksz105.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ks/ksz105.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ks/ksz105.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ks/ksz105.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ks/ksz105.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ks/ksz105.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ks.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ks/ksz105.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ks/ksz105.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ks/ksz105.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ks/ksz105.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ks/ksz105.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ks/ksz105.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ks/ksz105.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ks/ksz105.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ks.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ks/ksz105.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ks/ksz105.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ks/ksz105.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ks/ksz105.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ks/ksz105.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ks/ksz105.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ks/ksz105.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ks.txt station = ('kixd', 0.0014357) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ks/ksz105.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ks/ksz105.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ks/ksz105.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ks/ksz105.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ks/ksz105.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ks/ksz105.txt [kyz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz001.txt centroid = (0.6379894, -1.5566120) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz001.txt description = Fulton, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kucy', 0.0042070) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz001.txt [kyz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz002.txt centroid = (0.6401536, -1.5529259) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz002.txt description = Hickman, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kucy', 0.0052031) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz002.txt [kyz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz003.txt centroid = (0.6432097, -1.5528351) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz003.txt description = Carlisle, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kpah', 0.0044623) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz003.txt [kyz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz004.txt centroid = (0.6467911, -1.5533291) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz004.txt description = Ballard, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kcir', 0.0030693) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz004.txt [kyz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz005.txt centroid = (0.6467126, -1.5483287) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz005.txt description = McCracken, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kpah', 0.0007548) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz005.txt [kyz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz006.txt centroid = (0.6409373, -1.5472553) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz006.txt description = Graves, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('km25', 0.0012363) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz006.txt [kyz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz007.txt centroid = (0.6494318, -1.5420612) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz007.txt description = Livingston, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('k5m9', 0.0040438) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz007.txt [kyz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz008.txt centroid = (0.6437368, -1.5416371) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz008.txt description = Marshall, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kcey', 0.0039226) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz008.txt [kyz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz009.txt centroid = (0.6391588, -1.5406423) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz009.txt description = Calloway, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kcey', 0.0014034) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz009.txt [kyz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz010.txt centroid = (0.6519276, -1.5375862) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz010.txt description = Crittenden, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('k5m9', 0.0003353) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz010.txt [kyz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz011.txt centroid = (0.6461052, -1.5373419) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz011.txt description = Lyon, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('k5m9', 0.0055480) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz011.txt [kyz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz012.txt centroid = (0.6423929, -1.5336802) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz012.txt description = Trigg, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('khop', 0.0057641) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz012.txt [kyz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz013.txt centroid = (0.6483078, -1.5335842) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz013.txt description = Caldwell, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('k5m9', 0.0047328) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz013.txt [kyz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz014.txt centroid = (0.6572631, -1.5349350) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz014.txt description = Union, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kehr', 0.0045502) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz014.txt [kyz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz015.txt centroid = (0.6548179, -1.5303605) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz015.txt description = Webster, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('k2i0', 0.0048609) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz015.txt [kyz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz016.txt centroid = (0.6511614, -1.5278769) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz016.txt description = Hopkins, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('k2i0', 0.0021441) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz016.txt [kyz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz017.txt centroid = (0.6439235, -1.5269955) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz017.txt description = Christian, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('khop', 0.0039717) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz017.txt [kyz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz018.txt centroid = (0.6596664, -1.5284354) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz018.txt description = Henderson, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kehr', 0.0015646) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz018.txt [kyz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz019.txt centroid = (0.6585441, -1.5199601) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz019.txt description = Daviess, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kowb', 0.0011048) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz019.txt [kyz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz020.txt centroid = (0.6550064, -1.5230371) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz020.txt description = McLean, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('k2i0', 0.0035517) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz020.txt [kyz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz021.txt centroid = (0.6495365, -1.5209166) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz021.txt description = Muhlenberg, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('km21', 0.0002706) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz021.txt [kyz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz022.txt centroid = (0.6429025, -1.5215623) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz022.txt description = Todd, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kckv', 0.0050641) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz022.txt [kyz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz023.txt centroid = (0.6604588, -1.5145618) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz023.txt description = Hancock, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kowb', 0.0056458) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz023.txt [kyz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz024.txt centroid = (0.6592667, -1.5084759) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz024.txt description = Breckinridge, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kftk', 0.0067500) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz024.txt [kyz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz025.txt centroid = (0.6626928, -1.5047688) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz025.txt description = Meade, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kftk', 0.0036519) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz025.txt [kyz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz026.txt centroid = (0.6541197, -1.5158010) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz026.txt description = Ohio, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('km21', 0.0061272) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz026.txt [kyz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz027.txt centroid = (0.6538143, -1.5069853) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz027.txt description = Grayson, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kbwg', 0.0086834) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz027.txt [kyz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz028.txt centroid = (0.6579525, -1.5003461) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz028.txt description = Hardin, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kftk', 0.0035276) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz028.txt [kyz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz029.txt centroid = (0.6627015, -1.4956756) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz029.txt description = Bullitt, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('ksdf', 0.0037587) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz029.txt [kyz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz030.txt centroid = (0.6664924, -1.4950403) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz030.txt description = Jefferson, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('klou', 0.0008112) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz030.txt [kyz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz031.txt centroid = (0.6701977, -1.4913577) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz031.txt description = Oldham, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('klou', 0.0041637) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz031.txt [kyz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz032.txt centroid = (0.6739240, -1.4894186) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz032.txt description = Trimble, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kims', 0.0030956) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz032.txt [kyz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz033.txt centroid = (0.6710512, -1.4856051) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz033.txt description = Henry, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kfft', 0.0055125) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz033.txt [kyz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz034.txt centroid = (0.6669863, -1.4869298) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz034.txt description = Shelby, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kfft', 0.0040822) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz034.txt [kyz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz035.txt centroid = (0.6673982, -1.4813831) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz035.txt description = Franklin, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kfft', 0.0010231) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz035.txt [kyz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz036.txt centroid = (0.6683128, -1.4762675) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz036.txt description = Scott, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('klex', 0.0045113) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz036.txt [kyz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz037.txt centroid = (0.6709360, -1.4718623) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz037.txt description = Harrison, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('klex', 0.0080232) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz037.txt [kyz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz038.txt centroid = (0.6637923, -1.4892528) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz038.txt description = Spencer, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('klou', 0.0058237) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz038.txt [kyz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz039.txt centroid = (0.6632949, -1.4833710) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz039.txt description = Anderson, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kfft', 0.0033698) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz039.txt [kyz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz040.txt centroid = (0.6639634, -1.4790531) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz040.txt description = Woodford, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('klex', 0.0019788) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz040.txt [kyz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz041.txt centroid = (0.6639634, -1.4740841) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz041.txt description = Fayette, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('klex', 0.0019473) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz041.txt [kyz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz042.txt centroid = (0.6668345, -1.4698657) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz042.txt description = Bourbon, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kiob', 0.0041671) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz042.txt [kyz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz043.txt centroid = (0.6690824, -1.4663436) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz043.txt description = Nicholas, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kiob', 0.0048673) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz043.txt [kyz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz044.txt centroid = (0.6696846, -1.4607830) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz044.txt description = Fleming, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kfgx', 0.0030640) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz044.txt [kyz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz045.txt centroid = (0.6598235, -1.4916666) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz045.txt description = Nelson, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('k6i2', 0.0042887) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz045.txt [kyz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz046.txt centroid = (0.6589211, -1.4865790) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz046.txt description = Washington, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('k6i2', 0.0022620) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz046.txt [kyz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz047.txt centroid = (0.6599282, -1.4813377) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz047.txt description = Mercer, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kdvk', 0.0042834) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz047.txt [kyz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz048.txt centroid = (0.6609911, -1.4762152) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz048.txt description = Jessamine, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('klex', 0.0028280) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz048.txt [kyz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz049.txt centroid = (0.6627172, -1.4686509) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz049.txt description = Clark, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kiob', 0.0027658) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz049.txt [kyz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz050.txt centroid = (0.6638115, -1.4645616) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz050.txt description = Montgomery, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kiob', 0.0010079) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz050.txt [kyz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz051.txt centroid = (0.6657541, -1.4615876) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz051.txt description = Bath, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('ksym', 0.0024556) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz051.txt [kyz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz052.txt centroid = (0.6666512, -1.4559729) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz052.txt description = Rowan, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('ksym', 0.0023068) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz052.txt [kyz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz053.txt centroid = (0.6552961, -1.4957123) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz053.txt description = Larue, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kftk', 0.0072107) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz053.txt [kyz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz054.txt centroid = (0.6554148, -1.4882353) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz054.txt description = Marion, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('k6i2', 0.0014932) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz054.txt [kyz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz055.txt centroid = (0.6566697, -1.4812033) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz055.txt description = Boyle, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kdvk', 0.0015455) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz055.txt [kyz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz056.txt centroid = (0.6569349, -1.4754595) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz056.txt description = Garrard, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kdvk', 0.0033774) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz056.txt [kyz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz057.txt centroid = (0.6583417, -1.4709286) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz057.txt description = Madison, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('krga', 0.0017206) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz057.txt [kyz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz058.txt centroid = (0.6578565, -1.4654535) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz058.txt description = Estill, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('krga', 0.0051962) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz058.txt [kyz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz059.txt centroid = (0.6602790, -1.4630030) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz059.txt description = Powell, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kiob', 0.0045033) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz059.txt [kyz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz060.txt centroid = (0.6622024, -1.4590761) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz060.txt description = Menifee, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('ksym', 0.0047777) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz060.txt [kyz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz061.txt centroid = (0.6493916, -1.5128793) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz061.txt description = Butler, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kbwg', 0.0055910) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz061.txt [kyz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz062.txt centroid = (0.6494143, -1.5051458) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz062.txt description = Edmonson, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kbwg', 0.0048987) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz062.txt [kyz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz063.txt centroid = (0.6510061, -1.4989708) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz063.txt description = Hart, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kglw', 0.0047787) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz063.txt [kyz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz064.txt centroid = (0.6503777, -1.4931833) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz064.txt description = Green, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kglw', 0.0068901) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz064.txt [kyz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz065.txt centroid = (0.6521667, -1.4892528) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz065.txt description = Taylor, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('k6i2', 0.0048401) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz065.txt [kyz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz066.txt centroid = (0.6513970, -1.4822785) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz066.txt description = Casey, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kdvk', 0.0050040) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz066.txt [kyz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz067.txt centroid = (0.6537166, -1.4776080) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz067.txt description = Lincoln, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kdvk', 0.0026521) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz067.txt [kyz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz068.txt centroid = (0.6521458, -1.4715918) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz068.txt description = Rockcastle, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('krga', 0.0046540) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz068.txt [kyz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz069.txt centroid = (0.6530987, -1.4661778) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz069.txt description = Jackson, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('krga', 0.0058394) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz069.txt [kyz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz070.txt centroid = (0.6433231, -1.5163211) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz070.txt description = Logan, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('km91', 0.0056719) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz070.txt [kyz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz071.txt centroid = (0.6456601, -1.5083816) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz071.txt description = Warren, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kbwg', 0.0004808) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz071.txt [kyz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz072.txt centroid = (0.6412671, -1.5111462) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz072.txt description = Simpson, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('k1m5', 0.0029905) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz072.txt [kyz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz073.txt centroid = (0.6414312, -1.5043063) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz073.txt description = Allen, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kbwg', 0.0049105) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz073.txt [kyz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz074.txt centroid = (0.6451714, -1.4998243) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz074.txt description = Barren, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kglw', 0.0011863) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz074.txt [kyz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz075.txt centroid = (0.6407488, -1.4960334) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz075.txt description = Monroe, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kglw', 0.0064852) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz075.txt [kyz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz076.txt centroid = (0.6456060, -1.4945097) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz076.txt description = Metcalfe, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kglw', 0.0045794) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz076.txt [kyz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz077.txt centroid = (0.6475887, -1.4884273) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz077.txt description = Adair, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kekq', 0.0073408) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz077.txt [kyz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz078.txt centroid = (0.6456165, -1.4845526) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz078.txt description = Russell, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kekq', 0.0036881) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz078.txt [kyz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz079.txt centroid = (0.6475852, -1.4761489) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz079.txt description = Pulaski, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('ksme', 0.0010158) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz079.txt [kyz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz080.txt centroid = (0.6477039, -1.4681326) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz080.txt description = Laurel, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kloz', 0.0008572) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz080.txt [kyz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz081.txt centroid = (0.6420473, -1.4903087) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz081.txt description = Cumberland, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kekq', 0.0075329) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz081.txt [kyz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz082.txt centroid = (0.6410158, -1.4859053) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz082.txt description = Clinton, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kekq', 0.0045042) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz082.txt [kyz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz083.txt centroid = (0.6423039, -1.4805366) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz083.txt description = Wayne, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kekq', 0.0010180) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz083.txt [kyz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz084.txt centroid = (0.6411834, -1.4745257) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz084.txt description = McCreary, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kbyl', 0.0041051) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz084.txt [kyz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz085.txt centroid = (0.6415516, -1.4686108) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz085.txt description = Whitley, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kbyl', 0.0009946) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz085.txt [kyz086] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz086.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz086.txt centroid = (0.6438642, -1.4635266) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz086.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz086.txt description = Knox, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz086.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz086.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz086.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz086.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz086.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz086.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz086.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz086.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz086.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz086.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz086.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz086.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz086.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz086.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz086.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz086.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz086.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz086.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz086.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz086.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz086.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz086.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz086.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz086.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz086.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz086.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz086.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz086.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz086.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz086.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kloz', 0.0044835) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz086.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz086.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz086.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz086.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz086.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz086.txt [kyz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz087.txt centroid = (0.6410717, -1.4603868) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz087.txt description = Bell, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('k1a6', 0.0022760) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz087.txt [kyz088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz088.txt centroid = (0.6432760, -1.4524264) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz088.txt description = Harlan, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('ki35', 0.0019635) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz088.txt [kyz089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz089.txt centroid = (0.6748822, -1.4856853) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz089.txt description = Carroll, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kims', 0.0049162) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz089.txt [kyz090] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz090.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz090.txt centroid = (0.6764355, -1.4810724) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz090.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz090.txt description = Gallatin, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz090.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz090.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz090.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz090.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz090.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz090.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz090.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz090.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz090.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz090.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz090.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz090.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz090.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz090.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz090.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz090.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz090.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz090.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz090.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz090.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz090.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz090.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz090.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz090.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz090.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz090.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz090.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz090.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz090.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz090.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kcvg', 0.0057452) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz090.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz090.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz090.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz090.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz090.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz090.txt [kyz091] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz091.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz091.txt centroid = (0.6801548, -1.4787808) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz091.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz091.txt description = Boone, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz091.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz091.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz091.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz091.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz091.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz091.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz091.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz091.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz091.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz091.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz091.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz091.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz091.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz091.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz091.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz091.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz091.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz091.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz091.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz091.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz091.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz091.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz091.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz091.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz091.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz091.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz091.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz091.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz091.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz091.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kcvg', 0.0016246) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz091.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz091.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz091.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz091.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz091.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz091.txt [kyz092] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz092.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz092.txt centroid = (0.6795143, -1.4753809) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz092.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz092.txt description = Kenton, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz092.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz092.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz092.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz092.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz092.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz092.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz092.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz092.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz092.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz092.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz092.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz092.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz092.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz092.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz092.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz092.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz092.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz092.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz092.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz092.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz092.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz092.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz092.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz092.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz092.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz092.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz092.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz092.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz092.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz092.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kcvg', 0.0027261) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz092.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz092.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz092.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz092.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz092.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz092.txt [kyz093] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz093.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz093.txt centroid = (0.6797447, -1.4726966) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz093.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz093.txt description = Campbell, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz093.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz093.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz093.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz093.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz093.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz093.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz093.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz093.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz093.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz093.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz093.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz093.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz093.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz093.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz093.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz093.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz093.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz093.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz093.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz093.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz093.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz093.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz093.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz093.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz093.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz093.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz093.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz093.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz093.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz093.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kluk', 0.0027266) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz093.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz093.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz093.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz093.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz093.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz093.txt [kyz094] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz094.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz094.txt centroid = (0.6722956, -1.4805279) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz094.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz094.txt description = Owen, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz094.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz094.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz094.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz094.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz094.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz094.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz094.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz094.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz094.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz094.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz094.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz094.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz094.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz094.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz094.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz094.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz094.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz094.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz094.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz094.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz094.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz094.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz094.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz094.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz094.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz094.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz094.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz094.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz094.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz094.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kfft', 0.0059528) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz094.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz094.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz094.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz094.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz094.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz094.txt [kyz095] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz095.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz095.txt centroid = (0.6745488, -1.4769762) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz095.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz095.txt description = Grant, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz095.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz095.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz095.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz095.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz095.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz095.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz095.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz095.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz095.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz095.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz095.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz095.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz095.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz095.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz095.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz095.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz095.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz095.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz095.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz095.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz095.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz095.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz095.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz095.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz095.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz095.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz095.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz095.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz095.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz095.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kcvg', 0.0070257) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz095.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz095.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz095.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz095.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz095.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz095.txt [kyz096] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz096.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz096.txt centroid = (0.6753674, -1.4723632) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz096.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz096.txt description = Pendleton, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz096.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz096.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz096.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz096.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz096.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz096.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz096.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz096.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz096.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz096.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz096.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz096.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz096.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz096.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz096.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz096.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz096.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz096.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz096.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz096.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz096.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz096.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz096.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz096.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz096.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz096.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz096.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz096.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz096.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz096.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('ki69', 0.0069833) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz096.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz096.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz096.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz096.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz096.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz096.txt [kyz097] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz097.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz097.txt centroid = (0.6752469, -1.4676491) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz097.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz097.txt description = Bracken, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz097.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz097.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz097.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz097.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz097.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz097.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz097.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz097.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz097.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz097.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz097.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz097.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz097.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz097.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz097.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz097.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz097.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz097.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz097.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz097.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz097.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz097.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz097.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz097.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz097.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz097.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz097.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz097.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz097.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz097.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kfgx', 0.0053794) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz097.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz097.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz097.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz097.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz097.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz097.txt [kyz098] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz098.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz098.txt centroid = (0.6722799, -1.4669859) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz098.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz098.txt description = Robertson, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz098.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz098.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz098.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz098.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz098.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz098.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz098.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz098.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz098.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz098.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz098.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz098.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz098.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz098.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz098.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz098.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz098.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz098.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz098.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz098.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz098.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz098.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz098.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz098.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz098.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz098.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz098.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz098.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz098.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz098.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kfgx', 0.0042340) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz098.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz098.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz098.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz098.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz098.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz098.txt [kyz099] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz099.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz099.txt centroid = (0.6736133, -1.4630048) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz099.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz099.txt description = Mason, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz099.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz099.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz099.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz099.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz099.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz099.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz099.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz099.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz099.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz099.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz099.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz099.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz099.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz099.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz099.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz099.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz099.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz099.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz099.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz099.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz099.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz099.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz099.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz099.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz099.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz099.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz099.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz099.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz099.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz099.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kfgx', 0.0014417) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz099.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz099.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz099.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz099.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz099.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz099.txt [kyz100] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz100.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz100.txt centroid = (0.6725050, -1.4552224) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz100.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz100.txt description = Lewis, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz100.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz100.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz100.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz100.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz100.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz100.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz100.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz100.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz100.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz100.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz100.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz100.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz100.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz100.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz100.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz100.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz100.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz100.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz100.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz100.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz100.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz100.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz100.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz100.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz100.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz100.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz100.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz100.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz100.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz100.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('ksym', 0.0062266) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz100.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz100.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz100.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz100.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz100.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz100.txt [kyz101] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz101.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz101.txt centroid = (0.6727476, -1.4472672) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz101.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz101.txt description = Greenup, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz101.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz101.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz101.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz101.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz101.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz101.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz101.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz101.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz101.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz101.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz101.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz101.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz101.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz101.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz101.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz101.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz101.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz101.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz101.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz101.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz101.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz101.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz101.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz101.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz101.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz101.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz101.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz101.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz101.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz101.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kdwu', 0.0025204) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz101.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz101.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz101.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz101.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz101.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz101.txt [kyz102] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz102.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz102.txt centroid = (0.6687770, -1.4494872) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz102.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz102.txt description = Carter, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz102.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz102.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz102.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz102.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz102.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz102.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz102.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz102.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz102.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz102.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz102.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz102.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz102.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz102.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz102.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz102.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz102.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz102.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz102.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz102.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz102.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz102.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz102.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz102.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz102.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz102.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz102.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz102.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz102.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz102.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kdwu', 0.0059295) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz102.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz102.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz102.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz102.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz102.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz102.txt [kyz103] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz103.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz103.txt centroid = (0.6695013, -1.4431726) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz103.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz103.txt description = Boyd, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz103.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz103.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz103.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz103.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz103.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz103.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz103.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz103.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz103.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz103.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz103.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz103.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz103.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz103.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz103.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz103.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz103.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz103.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz103.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz103.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz103.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz103.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz103.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz103.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz103.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz103.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz103.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz103.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz103.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz103.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('khts', 0.0018885) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz103.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz103.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz103.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz103.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz103.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz103.txt [kyz104] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz104.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz104.txt centroid = (0.6652829, -1.4503267) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz104.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz104.txt description = Elliott, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz104.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz104.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz104.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz104.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz104.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz104.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz104.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz104.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz104.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz104.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz104.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz104.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz104.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz104.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz104.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz104.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz104.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz104.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz104.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz104.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz104.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz104.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz104.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz104.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz104.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz104.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz104.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz104.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz104.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz104.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('ksym', 0.0069342) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz104.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz104.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz104.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz104.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz104.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz104.txt [kyz105] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz105.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz105.txt centroid = (0.6644102, -1.4439929) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz105.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz105.txt description = Lawrence, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz105.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz105.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz105.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz105.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz105.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz105.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz105.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz105.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz105.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz105.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz105.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz105.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz105.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz105.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz105.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz105.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz105.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz105.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz105.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz105.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz105.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz105.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz105.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz105.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz105.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz105.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz105.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz105.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz105.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz105.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('ksjs', 0.0056927) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz105.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz105.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz105.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz105.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz105.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz105.txt [kyz106] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz106.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz106.txt centroid = (0.6618690, -1.4531419) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz106.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz106.txt description = Morgan, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz106.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz106.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz106.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz106.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz106.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz106.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz106.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz106.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz106.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz106.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz106.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz106.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz106.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz106.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz106.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz106.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz106.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz106.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz106.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz106.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz106.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz106.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz106.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz106.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz106.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz106.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz106.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz106.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz106.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz106.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kjkl', 0.0059695) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz106.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz106.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz106.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz106.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz106.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz106.txt [kyz107] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz107.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz107.txt centroid = (0.6605495, -1.4456807) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz107.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz107.txt description = Johnson, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz107.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz107.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz107.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz107.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz107.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz107.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz107.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz107.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz107.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz107.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz107.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz107.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz107.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz107.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz107.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz107.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz107.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz107.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz107.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz107.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz107.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz107.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz107.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz107.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz107.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz107.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz107.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz107.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz107.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz107.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('ksjs', 0.0031620) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz107.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz107.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz107.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz107.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz107.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz107.txt [kyz108] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz108.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz108.txt centroid = (0.6586750, -1.4572295) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz108.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz108.txt description = Wolfe, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz108.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz108.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz108.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz108.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz108.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz108.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz108.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz108.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz108.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz108.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz108.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz108.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz108.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz108.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz108.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz108.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz108.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz108.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz108.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz108.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz108.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz108.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz108.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz108.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz108.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz108.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz108.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz108.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz108.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz108.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kjkl', 0.0036541) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz108.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz108.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz108.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz108.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz108.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz108.txt [kyz109] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz109.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz109.txt centroid = (0.6581043, -1.4497543) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz109.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz109.txt description = Magoffin, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz109.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz109.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz109.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz109.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz109.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz109.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz109.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz109.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz109.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz109.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz109.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz109.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz109.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz109.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz109.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz109.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz109.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz109.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz109.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz109.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz109.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz109.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz109.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz109.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz109.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz109.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz109.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz109.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz109.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz109.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kjkl', 0.0040919) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz109.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz109.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz109.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz109.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz109.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz109.txt [kyz110] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz110.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz110.txt centroid = (0.6554968, -1.4441849) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz110.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz110.txt description = Floyd, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz110.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz110.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz110.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz110.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz110.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz110.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz110.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz110.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz110.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz110.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz110.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz110.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz110.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz110.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz110.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz110.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz110.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz110.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz110.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz110.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz110.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz110.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz110.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz110.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz110.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz110.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz110.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz110.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz110.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz110.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kpbx', 0.0024669) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz110.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz110.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz110.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz110.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz110.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz110.txt [kyz111] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz111.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz111.txt centroid = (0.6561513, -1.4611251) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz111.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz111.txt description = Lee, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz111.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz111.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz111.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz111.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz111.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz111.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz111.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz111.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz111.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz111.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz111.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz111.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz111.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz111.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz111.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz111.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz111.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz111.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz111.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz111.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz111.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz111.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz111.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz111.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz111.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz111.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz111.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz111.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz111.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz111.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kjkl', 0.0055305) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz111.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz111.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz111.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz111.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz111.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz111.txt [kyz112] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz112.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz112.txt centroid = (0.6548755, -1.4542799) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz112.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz112.txt description = Breathitt, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz112.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz112.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz112.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz112.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz112.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz112.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz112.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz112.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz112.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz112.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz112.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz112.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz112.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz112.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz112.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz112.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz112.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz112.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz112.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz112.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz112.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz112.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz112.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz112.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz112.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz112.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz112.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz112.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz112.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz112.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kjkl', 0.0010823) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz112.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz112.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz112.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz112.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz112.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz112.txt [kyz113] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz113.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz113.txt centroid = (0.6519503, -1.4478204) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz113.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz113.txt description = Knott, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz113.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz113.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz113.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz113.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz113.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz113.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz113.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz113.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz113.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz113.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz113.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz113.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz113.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz113.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz113.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz113.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz113.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz113.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz113.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz113.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz113.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz113.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz113.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz113.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz113.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz113.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz113.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz113.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz113.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz113.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kjkl', 0.0064234) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz113.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz113.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz113.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz113.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz113.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz113.txt [kyz114] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz114.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz114.txt centroid = (0.6530900, -1.4605474) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz114.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz114.txt description = Owsley, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz114.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz114.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz114.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz114.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz114.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz114.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz114.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz114.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz114.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz114.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz114.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz114.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz114.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz114.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz114.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz114.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz114.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz114.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz114.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz114.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz114.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz114.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz114.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz114.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz114.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz114.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz114.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz114.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz114.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz114.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kjkl', 0.0058270) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz114.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz114.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz114.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz114.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz114.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz114.txt [kyz115] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz115.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz115.txt centroid = (0.6500357, -1.4524892) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz115.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz115.txt description = Perry, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz115.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz115.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz115.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz115.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz115.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz115.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz115.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz115.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz115.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz115.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz115.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz115.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz115.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz115.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz115.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz115.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz115.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz115.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz115.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz115.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz115.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz115.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz115.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz115.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz115.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz115.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz115.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz115.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz115.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz115.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kjkl', 0.0060625) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz115.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz115.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz115.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz115.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz115.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz115.txt [kyz116] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz116.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz116.txt centroid = (0.6485609, -1.4610954) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz116.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz116.txt description = Clay, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz116.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz116.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz116.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz116.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz116.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz116.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz116.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz116.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz116.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz116.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz116.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz116.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz116.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz116.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz116.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz116.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz116.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz116.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz116.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz116.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz116.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz116.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz116.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz116.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz116.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz116.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz116.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz116.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz116.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz116.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kloz', 0.0050780) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz116.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz116.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz116.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz116.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz116.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz116.txt [kyz117] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz117.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz117.txt centroid = (0.6474142, -1.4552747) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz117.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz117.txt description = Leslie, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz117.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz117.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz117.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz117.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz117.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz117.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz117.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz117.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz117.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz117.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz117.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz117.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz117.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz117.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz117.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz117.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz117.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz117.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz117.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz117.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz117.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz117.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz117.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz117.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz117.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz117.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz117.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz117.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz117.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz117.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('ki35', 0.0041096) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz117.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz117.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz117.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz117.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz117.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz117.txt [kyz118] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz118.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz118.txt centroid = (0.6478872, -1.4460978) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz118.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz118.txt description = Letcher, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz118.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz118.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz118.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz118.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz118.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz118.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz118.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz118.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz118.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz118.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz118.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz118.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz118.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz118.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz118.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz118.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz118.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz118.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz118.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz118.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz118.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz118.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz118.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz118.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz118.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz118.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz118.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz118.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz118.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz118.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('klnp', 0.0050895) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz118.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz118.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz118.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz118.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz118.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz118.txt [kyz119] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz119.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz119.txt centroid = (0.6597624, -1.4401270) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz119.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz119.txt description = Martin, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz119.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz119.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz119.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz119.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz119.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz119.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz119.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz119.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz119.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz119.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz119.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz119.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz119.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz119.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz119.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz119.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz119.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz119.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz119.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz119.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz119.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz119.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz119.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz119.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz119.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz119.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz119.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz119.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz119.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz119.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('ksjs', 0.0019187) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz119.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz119.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz119.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz119.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz119.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz119.txt [kyz120] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ky/kyz120.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ky/kyz120.txt centroid = (0.6539574, -1.4380780) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ky/kyz120.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ky/kyz120.txt description = Pike, KY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ky/kyz120.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ky/kyz120.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ky/kyz120.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ky/kyz120.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ky/kyz120.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ky/kyz120.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ky/kyz120.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ky/kyz120.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ky.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ky/kyz120.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ky/kyz120.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ky/kyz120.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ky/kyz120.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ky/kyz120.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ky/kyz120.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ky/kyz120.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ky.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ky/kyz120.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ky/kyz120.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ky/kyz120.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ky/kyz120.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ky/kyz120.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ky/kyz120.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ky/kyz120.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ky/kyz120.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ky.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ky/kyz120.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ky/kyz120.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ky/kyz120.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ky/kyz120.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ky/kyz120.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ky/kyz120.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ky/kyz120.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ky.txt station = ('kpbx', 0.0028456) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ky/kyz120.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ky/kyz120.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ky/kyz120.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ky/kyz120.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ky/kyz120.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ky/kyz120.txt [laz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz001.txt centroid = (0.5686230, -1.6385518) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz001.txt description = Caddo, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kdtn', 0.0021051) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz001.txt [laz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz002.txt centroid = (0.5703631, -1.6337189) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz002.txt description = Bossier, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kbad', 0.0032590) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz002.txt [laz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz003.txt centroid = (0.5709583, -1.6290031) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz003.txt description = Webster, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kmne', 0.0012217) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz003.txt [laz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz004.txt centroid = (0.5728624, -1.6230812) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz004.txt description = Claiborne, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kmne', 0.0053882) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz004.txt [laz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz005.txt centroid = (0.5690053, -1.6173041) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz005.txt description = Lincoln, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('krsn', 0.0018910) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz005.txt [laz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz006.txt centroid = (0.5730248, -1.6122444) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz006.txt description = Union, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('krsn', 0.0063671) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz006.txt [laz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz007.txt centroid = (0.5728258, -1.6022419) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz007.txt description = Morehouse, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kbqp', 0.0015604) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz007.txt [laz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz008.txt centroid = (0.5722673, -1.5962205) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz008.txt description = West Carroll, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kbqp', 0.0062318) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz008.txt [laz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz009.txt centroid = (0.5712916, -1.5923529) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz009.txt description = East Carroll, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('ktvr', 0.0073588) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz009.txt [laz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz010.txt centroid = (0.5594723, -1.6360245) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz010.txt description = De Soto, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('k3f3', 0.0004872) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz010.txt [laz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz011.txt centroid = (0.5601338, -1.6290903) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz011.txt description = Red River, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('k3f3', 0.0062821) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz011.txt [laz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz012.txt centroid = (0.5645651, -1.6241336) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz012.txt description = Bienville, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kmne', 0.0063898) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz012.txt [laz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz013.txt centroid = (0.5637763, -1.6154366) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz013.txt description = Jackson, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('krsn', 0.0037352) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz013.txt [laz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz014.txt centroid = (0.5668568, -1.6083994) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz014.txt description = Ouachita, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kmlu', 0.0019039) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz014.txt [laz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz015.txt centroid = (0.5657956, -1.6015770) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz015.txt description = Richland, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kmlu', 0.0043312) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz015.txt [laz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz016.txt centroid = (0.5648636, -1.5924855) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz016.txt description = Madison, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('ktvr', 0.0031487) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz016.txt [laz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz017.txt centroid = (0.5508957, -1.6328375) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz017.txt description = Sabine, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kaqv', 0.0023733) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz017.txt [laz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz018.txt centroid = (0.5536813, -1.6248370) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz018.txt description = Natchitoches, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kier', 0.0002177) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz018.txt [laz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz019.txt centroid = (0.5575315, -1.6168172) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz019.txt description = Winn, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kier', 0.0077604) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz019.txt [laz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz020.txt centroid = (0.5515188, -1.6154663) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz020.txt description = Grant, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kesf', 0.0052009) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz020.txt [laz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz021.txt centroid = (0.5601146, -1.6077397) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz021.txt description = Caldwell, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kmlu', 0.0075097) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz021.txt [laz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz022.txt centroid = (0.5528627, -1.6085024) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz022.txt description = La Salle, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kesf', 0.0052569) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz022.txt [laz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz023.txt centroid = (0.5608301, -1.6000096) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz023.txt description = Franklin, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kmlu', 0.0085387) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz023.txt [laz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz024.txt centroid = (0.5526777, -1.6030343) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz024.txt description = Catahoula, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('k0r4', 0.0053790) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz024.txt [laz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz025.txt centroid = (0.5585350, -1.5941837) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz025.txt description = Tensas, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('khez', 0.0067462) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz025.txt [laz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz026.txt centroid = (0.5488327, -1.5994145) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz026.txt description = Concordia, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('k0r4', 0.0028361) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz026.txt [laz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz027.txt centroid = (0.5429423, -1.6263711) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz027.txt description = Vernon, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kpoe', 0.0010278) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz027.txt [laz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz028.txt centroid = (0.5445183, -1.6150090) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz028.txt description = Rapides, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kesf', 0.0049448) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz028.txt [laz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz029.txt centroid = (0.5423820, -1.6057256) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz029.txt description = Avoyelles, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kesf', 0.0071977) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz029.txt [laz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz030.txt centroid = (0.5349172, -1.6291497) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz030.txt description = Beauregard, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kdri', 0.0031973) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz030.txt [laz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz031.txt centroid = (0.5349923, -1.6201525) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz031.txt description = Allen, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kacp', 0.0026982) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz031.txt [laz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz032.txt centroid = (0.5363222, -1.6127872) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz032.txt description = Evangeline, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kacp', 0.0042576) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz032.txt [laz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz033.txt centroid = (0.5340516, -1.6058041) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz033.txt description = St. Landry, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kopl', 0.0015740) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz033.txt [laz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz034.txt centroid = (0.5359854, -1.5987373) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz034.txt description = Pointe Coupee, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('khzr', 0.0018403) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz034.txt [laz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz035.txt centroid = (0.5389542, -1.5955800) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz035.txt description = West Feliciana, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('khzr', 0.0029526) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz035.txt [laz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz036.txt centroid = (0.5383486, -1.5890437) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz036.txt description = East Feliciana, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kbtr', 0.0056629) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz036.txt [laz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz037.txt centroid = (0.5379454, -1.5831934) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz037.txt description = St. Helena, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('khdc', 0.0068519) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz037.txt [laz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz039.txt centroid = (0.5384934, -1.5715032) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz039.txt description = Washington, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kbxa', 0.0027243) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz039.txt [laz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz040.txt centroid = (0.5314196, -1.5697509) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz040.txt description = St. Tammany, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kasd', 0.0025267) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz040.txt [laz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz041.txt centroid = (0.5275991, -1.6294027) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz041.txt description = Calcasieu, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('klch', 0.0006379) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz041.txt [laz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz042.txt centroid = (0.5282571, -1.6199064) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz042.txt description = Jefferson Davis, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('k3r7', 0.0021569) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz042.txt [laz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz043.txt centroid = (0.5286707, -1.6128937) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz043.txt description = Acadia, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('k3r7', 0.0040296) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz043.txt [laz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz044.txt centroid = (0.5271994, -1.6068182) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz044.txt description = Lafayette, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('klft', 0.0009701) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz044.txt [laz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz045.txt centroid = (0.5275816, -1.6009329) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz045.txt description = Upper St. Martin, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kara', 0.0041422) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz045.txt [laz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz046.txt centroid = (0.5281105, -1.5943478) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz046.txt description = Iberville, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kbtr', 0.0056586) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz046.txt [laz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz047.txt centroid = (0.5316866, -1.5937195) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz047.txt description = West Baton Rouge, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kbtr', 0.0027437) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz047.txt [laz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz048.txt centroid = (0.5329939, -1.5899199) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz048.txt description = East Baton Rouge, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kbtr', 0.0008209) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz048.txt [laz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz049.txt centroid = (0.5271505, -1.5867015) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz049.txt description = Ascension, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kl38', 0.0006960) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz049.txt [laz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz050.txt centroid = (0.5314650, -1.5836995) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz050.txt description = Livingston, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('khdc', 0.0049924) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz050.txt [laz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz052.txt centroid = (0.5209738, -1.6111937) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz052.txt description = Vermilion, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kiya', 0.0041227) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz052.txt [laz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz053.txt centroid = (0.5217505, -1.6010027) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz053.txt description = Iberia, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kara', 0.0033514) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz053.txt [laz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz054.txt centroid = (0.5185862, -1.5958645) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz054.txt description = St. Mary, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kptn', 0.0015623) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz054.txt [laz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz055.txt centroid = (0.5209214, -1.5929707) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz055.txt description = Lower St. Martin, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kptn', 0.0024594) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz055.txt [laz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz056.txt centroid = (0.5218639, -1.5893422) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz056.txt description = Assumption, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('k7r3', 0.0035467) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz056.txt [laz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz057.txt centroid = (0.5240578, -1.5846926) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz057.txt description = St. James, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kl38', 0.0033590) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz057.txt [laz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz058.txt centroid = (0.5249811, -1.5803293) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz058.txt description = St. John The Baptist, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('k1l0', 0.0005678) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz058.txt [laz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz059.txt centroid = (0.5188009, -1.5807569) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz059.txt description = Upper Lafourche, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('khum', 0.0031249) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz059.txt [laz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz060.txt centroid = (0.5215672, -1.5771319) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz060.txt description = St. Charles, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kmsy', 0.0026548) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz060.txt [laz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz061.txt centroid = (0.5204677, -1.5732747) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz061.txt description = Upper Jefferson, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('knbg', 0.0019107) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz061.txt [laz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz062.txt centroid = (0.5242707, -1.5691138) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz062.txt description = Orleans, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('knew', 0.0019703) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz062.txt [laz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz063.txt centroid = (0.5197800, -1.5703722) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz063.txt description = Upper Plaquemines, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('knbg', 0.0011013) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz063.txt [laz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz064.txt centroid = (0.5220803, -1.5685972) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz064.txt description = Upper St. Bernard, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('knbg', 0.0025681) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz064.txt [laz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz065.txt centroid = (0.5172981, -1.5854274) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz065.txt description = Upper Terrebonne, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('khum', 0.0028944) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz065.txt [laz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz066.txt centroid = (0.5126503, -1.5858550) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz066.txt description = Lower Terrebonne, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('khum', 0.0045103) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz066.txt [laz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz067.txt centroid = (0.5126713, -1.5752190) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz067.txt description = Lower Lafourche, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kgao', 0.0012416) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz067.txt [laz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz068.txt centroid = (0.5149838, -1.5717842) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz068.txt description = Lower Jefferson, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('kgao', 0.0032886) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz068.txt [laz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz069.txt -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz069.txt description = Lower Plaquemines, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz069.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz069.txt [laz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/la/laz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/la/laz070.txt centroid = (0.5209598, -1.5628830) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/la/laz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/la/laz070.txt description = Lower St. Bernard, LA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/la/laz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/la/laz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/la/laz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/la/laz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/la/laz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/la/laz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/la/laz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/la/laz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/la.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/la/laz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/la/laz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/la/laz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/la/laz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/la/laz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/la/laz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/la/laz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/la.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/la/laz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/la/laz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/la/laz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/la/laz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/la/laz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/la/laz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/la/laz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/la/laz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/la.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/la/laz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/la/laz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/la/laz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/la/laz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/la/laz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/la/laz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/la/laz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/la.txt station = ('knew', 0.0081554) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/la/laz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/la/laz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/la/laz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/la/laz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/la/laz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz070.txt [laz071] centroid = (0.5380396, -1.5784391) @@ -35507,1273 +35507,1273 @@ station = ('kcvw', 0.0027513) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/la/laz074.txt [maz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz001.txt centroid = (0.7428121, -1.2767398) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz001.txt description = Northern Berkshire, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kaqw', 0.0024509) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz001.txt [maz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz002.txt centroid = (0.7438087, -1.2704374) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz002.txt description = Western Franklin, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kaqw', 0.0050379) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz002.txt [maz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz003.txt centroid = (0.7427964, -1.2645155) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz003.txt description = Eastern Franklin, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kore', 0.0022461) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz003.txt [maz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz004.txt centroid = (0.7409603, -1.2562496) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz004.txt description = Northern Worcester, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kfit', 0.0033295) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz004.txt [maz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz005.txt centroid = (0.7411244, -1.2458108) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz005.txt description = Central Middlesex County, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kbed', 0.0010278) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz005.txt [maz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz006.txt centroid = (0.7455226, -1.2403339) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz006.txt description = Western Essex, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('klwm', 0.0008651) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz006.txt [maz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz007.txt centroid = (0.7441595, -1.2368695) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz007.txt description = Eastern Essex, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kbvy', 0.0011333) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz007.txt [maz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz008.txt centroid = (0.7398294, -1.2717987) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz008.txt description = Western Hampshire, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kbaf', 0.0043504) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz008.txt [maz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz009.txt centroid = (0.7359617, -1.2729280) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz009.txt description = Western Hampden, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kbaf', 0.0028037) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz009.txt [maz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz010.txt centroid = (0.7383511, -1.2656185) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz010.txt description = Eastern Hampshire, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kcef', 0.0018381) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz010.txt [maz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz011.txt centroid = (0.7351362, -1.2652415) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz011.txt description = Eastern Hampden, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kcef', 0.0014873) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz011.txt [maz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz012.txt centroid = (0.7356790, -1.2526385) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz012.txt description = Southern Worcester, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('korh', 0.0023637) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz012.txt [maz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz013.txt centroid = (0.7355219, -1.2438229) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz013.txt description = Western Norfolk, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kowd', 0.0014689) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz013.txt [maz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz014.txt centroid = (0.7403565, -1.2419239) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz014.txt description = Southeast Middlesex, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kbed', 0.0020188) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz014.txt [maz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz015.txt centroid = (0.7388118, -1.2406254) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz015.txt description = Suffolk, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kbos', 0.0010560) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz015.txt [maz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz016.txt centroid = (0.7369077, -1.2393461) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz016.txt description = Eastern Norfolk, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kmqe', 0.0013906) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz016.txt [maz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz017.txt centroid = (0.7315914, -1.2424109) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz017.txt description = Northern Bristol, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('ktan', 0.0022635) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz017.txt [maz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz018.txt centroid = (0.7324780, -1.2373198) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz018.txt description = Western Plymouth, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('ktan', 0.0021792) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz018.txt [maz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz019.txt centroid = (0.7335113, -1.2342462) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz019.txt description = Eastern Plymouth, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kghg', 0.0013601) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz019.txt [maz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz020.txt centroid = (0.7273590, -1.2398540) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz020.txt description = Southern Bristol, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kewb', 0.0009474) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz020.txt [maz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz021.txt centroid = (0.7285266, -1.2352760) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz021.txt description = Southern Plymouth, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kpym', 0.0028217) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz021.txt [maz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz022.txt centroid = (0.7282596, -1.2269420) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz022.txt description = Barnstable, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('khya', 0.0011193) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz022.txt [maz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz023.txt centroid = (0.7225070, -1.2331816) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz023.txt description = Dukes, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kmvy', 0.0005197) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz023.txt [maz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz024.txt centroid = (0.7204388, -1.2230290) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz024.txt description = Nantucket, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kack', 0.0005008) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz024.txt [maz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz025.txt centroid = (0.7368047, -1.2784729) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz025.txt description = Southern Berkshire, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kpsf', 0.0038194) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz025.txt [maz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ma/maz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ma/maz026.txt centroid = (0.7441840, -1.2506995) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ma/maz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ma/maz026.txt description = Northwest Middlesex County, MA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ma/maz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ma/maz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ma/maz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ma/maz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ma/maz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ma/maz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ma/maz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ma/maz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ma.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ma/maz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ma/maz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ma/maz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ma/maz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ma/maz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ma/maz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ma/maz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ma.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ma/maz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ma/maz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ma/maz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ma/maz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ma/maz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ma/maz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ma/maz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ma/maz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ma.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ma/maz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ma/maz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ma/maz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ma/maz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ma/maz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ma/maz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ma/maz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ma.txt station = ('kfit', 0.0019519) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ma/maz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ma/maz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ma/maz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ma/maz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ma/maz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ma/maz026.txt [mdz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz001.txt centroid = (0.6899042, -1.3835906) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz001.txt description = Garrett, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('k2g4', 0.0012633) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz001.txt [mdz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz003.txt centroid = (0.6912150, -1.3581140) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz003.txt description = Washington, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('khgr', 0.0020014) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz003.txt [mdz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz004.txt centroid = (0.6889199, -1.3508517) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz004.txt description = Frederick, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('kfdk', 0.0010065) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz004.txt [mdz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz005.txt centroid = (0.6905064, -1.3442997) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz005.txt description = Carroll, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('kdmw', 0.0008362) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz005.txt [mdz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz006.txt centroid = (0.6901800, -1.3381038) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz006.txt description = Northern Baltimore, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('kdmh', 0.0046081) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz006.txt [mdz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz008.txt centroid = (0.6907123, -1.3253751) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz008.txt description = Cecil, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('kapg', 0.0036074) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz008.txt [mdz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz011.txt centroid = (0.6864589, -1.3370898) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz011.txt description = Southern Baltimore, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('kdmh', 0.0008409) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz011.txt [mdz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz012.txt centroid = (0.6851709, -1.3270820) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz012.txt description = Kent, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('kapg', 0.0040546) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz012.txt [mdz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz013.txt centroid = (0.6777340, -1.3411738) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz013.txt description = Prince Georges, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('kadw', 0.0002698) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz013.txt [mdz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz014.txt centroid = (0.6795090, -1.3356656) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz014.txt description = Anne Arundel, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('knak', 0.0010673) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz014.txt [mdz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz015.txt centroid = (0.6819089, -1.3267923) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz015.txt description = Queen Anne's, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('kw29', 0.0044953) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz015.txt [mdz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz016.txt centroid = (0.6700720, -1.3435702) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz016.txt description = Charles, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('knyg', 0.0047497) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz016.txt [mdz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz017.txt centroid = (0.6685414, -1.3370636) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz017.txt description = St. Marys, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('k2w6', 0.0008398) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz017.txt [mdz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz018.txt centroid = (0.6728471, -1.3363916) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz018.txt description = Calvert, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('k2w6', 0.0040458) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz018.txt [mdz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz019.txt centroid = (0.6767322, -1.3280699) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz019.txt description = Talbot, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('kesn', 0.0005779) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz019.txt [mdz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz020.txt centroid = (0.6784392, -1.3235128) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz020.txt description = Caroline, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('kesn', 0.0034308) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz020.txt [mdz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz021.txt centroid = (0.6716010, -1.3265899) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz021.txt description = Dorchester, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('kcge', 0.0010911) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz021.txt [mdz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz022.txt centroid = (0.6697474, -1.3198058) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz022.txt description = Wicomico, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('ksby', 0.0017783) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz022.txt [mdz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz023.txt centroid = (0.6652986, -1.3219979) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz023.txt description = Somerset, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('kwal', 0.0050111) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz023.txt [mdz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz024.txt centroid = (0.6669636, -1.3156868) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz024.txt description = Inland Worcester, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('ksby', 0.0026230) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz024.txt [mdz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/md/mdz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/md/mdz025.txt centroid = (0.6676059, -1.3117860) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/md/mdz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/md/mdz025.txt description = Maryland Beaches, MD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/md/mdz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/md/mdz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/md/mdz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/md/mdz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/md/mdz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/md/mdz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/md/mdz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/md/mdz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/md.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/md/mdz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/md/mdz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/md/mdz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/md/mdz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/md/mdz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/md/mdz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/md/mdz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/md.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/md/mdz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/md/mdz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/md/mdz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/md/mdz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/md/mdz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/md/mdz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/md/mdz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/md/mdz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/md.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/md/mdz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/md/mdz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/md/mdz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/md/mdz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/md/mdz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/md/mdz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/md/mdz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/md.txt station = ('koxb', 0.0012895) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/md/mdz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/md/mdz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/md/mdz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/md/mdz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/md/mdz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz025.txt [mdz501] centroid = (0.6911766, -1.3775605) @@ -36824,15556 +36824,15556 @@ station = ('kapg', 0.0043400) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/md/mdz508.txt [mez001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez001.txt centroid = (0.8193972, -1.2061569) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez001.txt description = Northwest Aroostook, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('k40b', 0.0077018) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez001.txt [mez002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez002.txt centroid = (0.8155295, -1.1906322) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez002.txt description = Northeast Aroostook, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kpqi', 0.0021489) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez002.txt [mez003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez003.txt centroid = (0.8069809, -1.2212348) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez003.txt description = Northern Somerset, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('k40b', 0.0084735) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez003.txt [mez004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez004.txt centroid = (0.8060367, -1.2084660) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez004.txt description = Northern Piscataquis, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('k40b', 0.0083598) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez004.txt [mez005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez005.txt centroid = (0.8018985, -1.1980917) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez005.txt description = Northern Penobscot, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kmlt', 0.0051980) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez005.txt [mez006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez006.txt centroid = (0.8029056, -1.1888712) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez006.txt description = Southeast Aroostook, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('khul', 0.0043239) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez006.txt [mez007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez007.txt centroid = (0.7826597, -1.2370702) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez007.txt description = Northern Oxford, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kbml', 0.0059002) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez007.txt [mez008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez008.txt centroid = (0.7866496, -1.2308917) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez008.txt description = Northern Franklin, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kbml', 0.0117932) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez008.txt [mez009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez009.txt centroid = (0.7937757, -1.2229173) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez009.txt description = Central Somerset, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kgnr', 0.0059364) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez009.txt [mez010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez010.txt centroid = (0.7951877, -1.2117489) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez010.txt description = Central Piscataquis, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kgnr', 0.0025119) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez010.txt [mez011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez011.txt centroid = (0.7922067, -1.1939256) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez011.txt description = Central Penobscot, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kmlt', 0.0057813) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez011.txt [mez012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez012.txt centroid = (0.7725368, -1.2334399) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez012.txt description = Southern Oxford, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kizg', 0.0060058) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez012.txt [mez013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez013.txt centroid = (0.7794134, -1.2249035) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez013.txt description = Southern Franklin, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kwvl', 0.0065608) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez013.txt [mez014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez014.txt centroid = (0.7826021, -1.2158522) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez014.txt description = Southern Somerset, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kwvl', 0.0053547) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez014.txt [mez015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez015.txt centroid = (0.7842846, -1.2015562) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez015.txt description = Southern Penobscot, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kbgr', 0.0024012) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez015.txt [mez016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez016.txt centroid = (0.7827976, -1.1924770) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez016.txt description = Interior Hancock, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kbgr', 0.0061645) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez016.txt [mez017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez017.txt centroid = (0.7855605, -1.1804325) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez017.txt description = Central Washington, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('cwss', 0.0059536) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez017.txt [mez018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez018.txt centroid = (0.7602480, -1.2353161) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez018.txt description = Interior York, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('ksfm', 0.0028831) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez018.txt [mez019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez019.txt centroid = (0.7661210, -1.2306369) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez019.txt description = Interior Cumberland, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('klew', 0.0039241) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez019.txt [mez020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez020.txt centroid = (0.7708316, -1.2252997) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez020.txt description = Androscoggin, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('klew', 0.0022434) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez020.txt [mez021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez021.txt centroid = (0.7750885, -1.2176673) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez021.txt description = Kennebec, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kaug', 0.0016678) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez021.txt [mez022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez022.txt centroid = (0.7773801, -1.2072600) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez022.txt description = Interior Waldo, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kbgr', 0.0063110) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez022.txt [mez023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez023.txt centroid = (0.7563192, -1.2322112) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez023.txt description = Coastal York, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('ksfm', 0.0018717) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez023.txt [mez024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez024.txt centroid = (0.7634925, -1.2249768) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez024.txt description = Coastal Cumberland, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kpwm', 0.0021938) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez024.txt [mez025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez025.txt centroid = (0.7674300, -1.2193097) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez025.txt description = Sagadahoc, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kiwi', 0.0018180) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez025.txt [mez026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez026.txt centroid = (0.7692574, -1.2137561) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez026.txt description = Lincoln, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kiwi', 0.0028868) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez026.txt [mez027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez027.txt centroid = (0.7705629, -1.2072966) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez027.txt description = Knox, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('krkd', 0.0017182) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez027.txt [mez028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez028.txt centroid = (0.7740361, -1.2051708) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez028.txt description = Coastal Waldo, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('krkd', 0.0049653) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez028.txt [mez029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez029.txt centroid = (0.7755353, -1.1936795) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez029.txt description = Coastal Hancock, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kbhb', 0.0004189) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez029.txt [mez030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez030.txt centroid = (0.7798061, -1.1788146) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez030.txt description = Coastal Washington, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('cwss', 0.0100396) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez030.txt [mez031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez031.txt centroid = (0.7897179, -1.2070139) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez031.txt description = Southern Piscataquis, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('kgnr', 0.0064804) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez031.txt [mez032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/me/mez032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/me/mez032.txt centroid = (0.7937164, -1.1823192) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/me/mez032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/me/mez032.txt description = Northern Washington, ME -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/me/mez032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/me/mez032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/me/mez032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/me/mez032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/me/mez032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/me/mez032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/me/mez032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/me/mez032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/me.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/me/mez032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/me/mez032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/me/mez032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/me/mez032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/me/mez032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/me/mez032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/me/mez032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/me.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/me/mez032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/me/mez032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/me/mez032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/me/mez032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/me/mez032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/me/mez032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/me/mez032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/me/mez032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/me.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/me/mez032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/me/mez032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/me/mez032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/me/mez032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/me/mez032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/me/mez032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/me/mez032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/me.txt station = ('cwss', 0.0075491) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/me/mez032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/me/mez032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/me/mez032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/me/mez032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/me/mez032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/me/mez032.txt [miz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz001.txt centroid = (0.8308238, -1.5432550) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz001.txt description = Keweenaw, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kcmx', 0.0076447) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz001.txt [miz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz002.txt centroid = (0.8144474, -1.5588408) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz002.txt description = Ontonagon, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('klnl', 0.0089960) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz002.txt [miz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz003.txt centroid = (0.8212315, -1.5467230) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz003.txt description = Northern Houghton, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kcmx', 0.0025674) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz003.txt [miz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz004.txt centroid = (0.8144160, -1.5422637) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz004.txt description = Baraga, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kcmx', 0.0089096) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz004.txt [miz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz005.txt centroid = (0.8103808, -1.5296327) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz005.txt description = Marquette, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('ksaw', 0.0032601) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz005.txt [miz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz006.txt centroid = (0.8100056, -1.5114883) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz006.txt description = Alger, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kp53', 0.0005907) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz006.txt [miz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz007.txt centroid = (0.8110667, -1.4930297) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz007.txt description = Luce, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kery', 0.0029761) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz007.txt [miz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz008.txt centroid = (0.8080630, -1.4760948) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz008.txt description = Chippewa, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kciu', 0.0015479) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz008.txt [miz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz009.txt centroid = (0.8099881, -1.5654626) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz009.txt description = Gogebic, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kd25', 0.0055124) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz009.txt [miz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz010.txt centroid = (0.8064940, -1.5451505) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz010.txt description = Iron, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('klnl', 0.0082889) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz010.txt [miz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz011.txt centroid = (0.8030103, -1.5336278) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz011.txt description = Dickinson, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kimt', 0.0044970) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz011.txt [miz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz012.txt centroid = (0.7955071, -1.5281632) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz012.txt description = Menominee, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kmnm', 0.0078375) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz012.txt [miz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz013.txt centroid = (0.8014500, -1.5171170) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz013.txt description = Delta, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kesc', 0.0032445) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz013.txt [miz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz014.txt centroid = (0.8037590, -1.5043290) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz014.txt description = Southern Schoolcraft, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kisq', 0.0013698) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz014.txt [miz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz015.txt centroid = (0.8042687, -1.4851373) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz015.txt description = Mackinac, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kery', 0.0059631) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz015.txt [miz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz016.txt centroid = (0.7944826, -1.4816187) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz016.txt description = Emmet, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kpln', 0.0013686) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz016.txt [miz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz017.txt centroid = (0.7931963, -1.4748015) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz017.txt description = Cheboygan, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kslh', 0.0036172) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz017.txt [miz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz018.txt centroid = (0.7913253, -1.4646087) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz018.txt description = Presque Isle, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kpzq', 0.0017263) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz018.txt [miz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz019.txt centroid = (0.7906691, -1.4857691) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz019.txt description = Charlevoix, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kcvx', 0.0017981) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz019.txt [miz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz020.txt centroid = (0.7842934, -1.4977072) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz020.txt description = Leelanau, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('ktvc', 0.0046734) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz020.txt [miz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz021.txt centroid = (0.7854034, -1.4859332) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz021.txt description = Antrim, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kacb', 0.0007770) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz021.txt [miz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz022.txt centroid = (0.7857717, -1.4765276) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz022.txt description = Otsego, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kglr', 0.0010462) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz022.txt [miz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz023.txt centroid = (0.7858781, -1.4682984) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz023.txt description = Montmorency, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kpzq', 0.0076688) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz023.txt [miz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz024.txt centroid = (0.7860038, -1.4595927) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz024.txt description = Alpena, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kapn', 0.0011409) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz024.txt [miz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz025.txt centroid = (0.7791063, -1.5012589) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz025.txt description = Benzie, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kfks', 0.0023086) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz025.txt [miz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz026.txt centroid = (0.7796543, -1.4932863) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz026.txt description = Grand Traverse, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('ktvc', 0.0010938) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz026.txt [miz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz027.txt centroid = (0.7798934, -1.4851042) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz027.txt description = Kalkaska, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kgov', 0.0044843) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz027.txt [miz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz028.txt centroid = (0.7798759, -1.4767283) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz028.txt description = Crawford, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kgov', 0.0014728) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz028.txt [miz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz029.txt centroid = (0.7798428, -1.4683403) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz029.txt description = Oscoda, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kgov', 0.0074359) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz029.txt [miz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz030.txt centroid = (0.7799074, -1.4589870) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz030.txt description = Alcona, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kosc', 0.0049856) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz030.txt [miz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz031.txt centroid = (0.7737603, -1.5019797) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz031.txt description = Manistee, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kmbl', 0.0026748) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz031.txt [miz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz032.txt centroid = (0.7738511, -1.4936266) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz032.txt description = Wexford, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kcad', 0.0022380) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz032.txt [miz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz033.txt centroid = (0.7738319, -1.4851827) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz033.txt description = Missaukee, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kcad', 0.0041299) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz033.txt [miz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz034.txt centroid = (0.7738022, -1.4767510) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz034.txt description = Roscommon, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('khtl', 0.0007319) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz034.txt [miz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz035.txt centroid = (0.7737900, -1.4682862) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz035.txt description = Ogemaw, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('ky31', 0.0017071) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz035.txt [miz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz036.txt centroid = (0.7741565, -1.4597236) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz036.txt description = Iosco, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kosc', 0.0037385) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz036.txt [miz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz037.txt centroid = (0.7678646, -1.5053412) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz037.txt description = Mason, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kldm', 0.0019531) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz037.txt [miz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz038.txt centroid = (0.7677703, -1.4975222) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz038.txt description = Lake, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('krqb', 0.0059849) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz038.txt [miz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz039.txt centroid = (0.7677686, -1.4892057) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz039.txt description = Osceola, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('krqb', 0.0051821) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz039.txt [miz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz040.txt centroid = (0.7677337, -1.4808735) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz040.txt description = Clare, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kmop', 0.0066377) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz040.txt [miz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz041.txt centroid = (0.7677808, -1.4728519) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz041.txt description = Gladwin, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('ky31', 0.0051482) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz041.txt [miz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz042.txt centroid = (0.7690898, -1.4642405) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz042.txt description = Arenac, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('ky31', 0.0047456) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz042.txt [miz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz043.txt centroid = (0.7616739, -1.5056484) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz043.txt description = Oceana, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kffx', 0.0049577) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz043.txt [miz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz044.txt centroid = (0.7601642, -1.4975082) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz044.txt description = Newaygo, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kffx', 0.0031152) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz044.txt [miz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz045.txt centroid = (0.7616774, -1.4891935) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz045.txt description = Mecosta, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('krqb', 0.0026779) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz045.txt [miz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz046.txt centroid = (0.7616722, -1.4808543) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz046.txt description = Isabella, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kmop', 0.0014919) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz046.txt [miz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz047.txt centroid = (0.7617804, -1.4728467) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz047.txt description = Midland, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kikw', 0.0016315) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz047.txt [miz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz048.txt centroid = (0.7628345, -1.4659387) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz048.txt description = Bay, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kmbs', 0.0032461) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz048.txt [miz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz049.txt centroid = (0.7650354, -1.4489601) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz049.txt description = Huron, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kbax', 0.0010095) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz049.txt [miz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz050.txt centroid = (0.7555740, -1.5035680) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz050.txt description = Muskegon, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kmkg', 0.0024288) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz050.txt [miz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz051.txt centroid = (0.7559196, -1.4861897) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz051.txt description = Montcalm, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('ky70', 0.0065813) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz051.txt [miz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz052.txt centroid = (0.7556002, -1.4766323) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz052.txt description = Gratiot, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kamn', 0.0011710) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz052.txt [miz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz053.txt centroid = (0.7563384, -1.4670051) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz053.txt description = Saginaw, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('khyx', 0.0029659) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz053.txt [miz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz054.txt centroid = (0.7585917, -1.4558961) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz054.txt description = Tuscola, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kcfs', 0.0003745) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz054.txt [miz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz055.txt centroid = (0.7578830, -1.4454834) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz055.txt description = Sanilac, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kbax', 0.0065779) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz055.txt [miz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz056.txt centroid = (0.7497952, -1.5008767) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz056.txt description = Ottawa, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kbiv', 0.0039101) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz056.txt [miz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz057.txt centroid = (0.7510536, -1.4931152) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz057.txt description = Kent, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kgrr', 0.0026312) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz057.txt [miz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz058.txt centroid = (0.7495334, -1.4848319) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz058.txt description = Ionia, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('ky70', 0.0002067) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz058.txt [miz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz059.txt centroid = (0.7495072, -1.4765747) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz059.txt description = Clinton, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('klan', 0.0028068) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz059.txt [miz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz060.txt centroid = (0.7496835, -1.4686370) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz060.txt description = Shiawassee, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('krnp', 0.0006893) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz060.txt [miz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz061.txt centroid = (0.7508703, -1.4609575) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz061.txt description = Genesee, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kfnt', 0.0011082) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz061.txt [miz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz062.txt centroid = (0.7520641, -1.4524944) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz062.txt description = Lapeer, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kd95', 0.0007563) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz062.txt [miz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz063.txt centroid = (0.7494880, -1.4430731) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz063.txt description = St. Clair, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kphn', 0.0019526) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz063.txt [miz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz064.txt centroid = (0.7433584, -1.4990354) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz064.txt description = Allegan, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kbiv', 0.0038788) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz064.txt [miz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz065.txt centroid = (0.7434230, -1.4889229) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz065.txt description = Barry, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kbtl', 0.0052045) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz065.txt [miz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz066.txt centroid = (0.7434422, -1.4807094) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz066.txt description = Eaton, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kfpk', 0.0005132) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz066.txt [miz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz067.txt centroid = (0.7434596, -1.4725971) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz067.txt description = Ingham, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('ktew', 0.0008404) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz067.txt [miz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz068.txt centroid = (0.7435626, -1.4645320) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz068.txt description = Livingston, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kozw', 0.0010412) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz068.txt [miz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz069.txt centroid = (0.7445644, -1.4553515) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz069.txt description = Oakland, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kptk', 0.0004147) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz069.txt [miz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz070.txt centroid = (0.7451788, -1.4474399) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz070.txt description = Macomb, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kmtc', 0.0018731) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz070.txt [miz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz071.txt centroid = (0.7374243, -1.5013130) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz071.txt description = Van Buren, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('klwa', 0.0035206) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz071.txt [miz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz072.txt centroid = (0.7373213, -1.4928011) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz072.txt description = Kalamazoo, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kazo', 0.0003215) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz072.txt [miz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz073.txt centroid = (0.7373423, -1.4836259) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz073.txt description = Calhoun, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('krmy', 0.0006500) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz073.txt [miz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz074.txt centroid = (0.7373754, -1.4734646) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz074.txt description = Jackson, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kjxn', 0.0006437) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz074.txt [miz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz075.txt centroid = (0.7374610, -1.4632579) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz075.txt description = Washtenaw, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('karb', 0.0013111) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz075.txt [miz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz076.txt centroid = (0.7379950, -1.4536236) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz076.txt description = Wayne, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kdtw', 0.0010714) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz076.txt [miz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz077.txt centroid = (0.7322459, -1.5081791) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz077.txt description = Berrien, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kbeh', 0.0031200) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz077.txt [miz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz078.txt centroid = (0.7315600, -1.5008715) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz078.txt description = Cass, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kekm', 0.0034678) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz078.txt [miz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz079.txt centroid = (0.7315460, -1.4927417) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz079.txt description = St. Joseph, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('khai', 0.0011326) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz079.txt [miz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz080.txt centroid = (0.7315740, -1.4845596) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz080.txt description = Branch, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('koeb', 0.0003124) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz080.txt [miz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz081.txt centroid = (0.7310800, -1.4764264) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz081.txt description = Hillsdale, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kjym', 0.0005936) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz081.txt [miz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz082.txt centroid = (0.7312074, -1.4672355) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz082.txt description = Lenawee, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kadg', 0.0005429) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz082.txt [miz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz083.txt centroid = (0.7318026, -1.4580009) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz083.txt description = Monroe, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kttf', 0.0013451) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz083.txt [miz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz084.txt centroid = (0.8134456, -1.5501875) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz084.txt description = Southern Houghton, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('klnl', 0.0092142) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz084.txt [miz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mi/miz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mi/miz085.txt centroid = (0.8086547, -1.5045942) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mi/miz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mi/miz085.txt description = Northern Schoolcraft, MI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mi/miz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mi/miz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mi/miz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mi/miz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mi/miz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mi/miz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mi/miz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mi/miz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mi/miz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mi/miz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mi/miz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mi/miz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mi/miz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mi/miz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mi/miz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mi/miz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mi/miz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mi/miz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mi/miz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mi/miz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mi/miz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mi/miz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mi/miz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mi/miz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mi/miz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mi/miz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mi/miz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mi/miz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mi/miz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mi/miz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mi.txt station = ('kisq', 0.0062587) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mi/miz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mi/miz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mi/miz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mi/miz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mi/miz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mi/miz085.txt [mnz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz001.txt centroid = (0.8350807, -1.6878172) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz001.txt description = West Polk, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kckn', 0.0010340) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz001.txt [mnz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz002.txt centroid = (0.8260032, -1.6834591) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz002.txt description = Norman, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kfar', 0.0080944) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz002.txt [mnz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz003.txt centroid = (0.8184268, -1.6840787) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz003.txt description = Clay, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kjkj', 0.0022579) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz003.txt [mnz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz004.txt centroid = (0.8513123, -1.6891750) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz004.txt description = Kittson, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('khco', 0.0018922) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz004.txt [mnz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz005.txt centroid = (0.8512861, -1.6722122) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz005.txt description = Roseau, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('krox', 0.0018242) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz005.txt [mnz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz006.txt centroid = (0.8512302, -1.6564065) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz006.txt description = Lake of The Woods, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kbde', 0.0033866) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz006.txt [mnz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz007.txt centroid = (0.8440273, -1.6888801) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz007.txt description = West Marshall, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('khco', 0.0071683) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz007.txt [mnz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz008.txt centroid = (0.8439906, -1.6754480) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz008.txt description = East Marshall, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('ktvf', 0.0055170) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz008.txt [mnz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz009.txt centroid = (0.8405977, -1.6582792) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz009.txt description = North Beltrami, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kvwu', 0.0057703) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz009.txt [mnz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz010.txt centroid = (0.8419852, -1.6368989) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz010.txt description = Koochiching, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kinl', 0.0072262) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz010.txt [mnz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz011.txt centroid = (0.8401840, -1.6149427) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz011.txt description = North St. Louis, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kcdd', 0.0022863) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz011.txt [mnz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz012.txt centroid = (0.8346828, -1.5917071) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz012.txt description = Northern Cook/Northern Lake, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kckc', 0.0095530) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz012.txt [mnz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz013.txt centroid = (0.8389134, -1.6761566) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz013.txt description = Pennington, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('ktvf', 0.0017103) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz013.txt [mnz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz014.txt centroid = (0.8355188, -1.6771794) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz014.txt description = Red Lake, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('ktvf', 0.0035549) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz014.txt [mnz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz015.txt centroid = (0.8317838, -1.6740849) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz015.txt description = East Polk, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kfse', 0.0020445) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz015.txt [mnz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz016.txt centroid = (0.8334296, -1.6648539) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz016.txt description = North Clearwater, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kfse', 0.0053023) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz016.txt [mnz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz017.txt centroid = (0.8313230, -1.6546105) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz017.txt description = South Beltrami, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kbji', 0.0027634) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz017.txt [mnz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz018.txt centroid = (0.8319007, -1.6358936) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz018.txt description = North Itasca, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kfoz', 0.0022673) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz018.txt [mnz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz019.txt centroid = (0.8280907, -1.6132986) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz019.txt description = Central St. Louis, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kevm', 0.0009215) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz019.txt [mnz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz020.txt centroid = (0.8252266, -1.5960669) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz020.txt description = Southern Lake/North Shore, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kbfw', 0.0015396) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz020.txt [mnz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz021.txt centroid = (0.8343250, -1.5779818) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz021.txt description = Southern Cook/North Shore, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kgna', 0.0006207) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz021.txt [mnz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz022.txt centroid = (0.8259806, -1.6721825) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz022.txt description = Mahnomen, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('k3n8', 0.0018063) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz022.txt [mnz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz023.txt centroid = (0.8259387, -1.6644210) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz023.txt description = South Clearwater, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kbji', 0.0059561) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz023.txt [mnz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz024.txt centroid = (0.8222019, -1.6566072) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz024.txt description = Hubbard, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kpkd', 0.0040568) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz024.txt [mnz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz025.txt centroid = (0.8221181, -1.6447005) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz025.txt description = North Cass, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kxvg', 0.0020160) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz025.txt [mnz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz026.txt centroid = (0.8248356, -1.6314326) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz026.txt description = South Itasca, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kgpz', 0.0009026) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz026.txt [mnz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz027.txt centroid = (0.8191842, -1.6741704) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz027.txt description = West Becker, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kdtl', 0.0018496) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz027.txt [mnz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz028.txt centroid = (0.8191424, -1.6652937) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz028.txt description = East Becker, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kdtl', 0.0058614) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz028.txt [mnz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz029.txt centroid = (0.8090823, -1.6836912) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz029.txt description = Wilkin, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kbwp', 0.0025883) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz029.txt [mnz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz030.txt centroid = (0.8099392, -1.6758215) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz030.txt description = West Otter Tail, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kffm', 0.0026720) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz030.txt [mnz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz031.txt centroid = (0.8100230, -1.6661332) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz031.txt description = East Otter Tail, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kadc', 0.0031033) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz031.txt [mnz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz032.txt centroid = (0.8130756, -1.6575287) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz032.txt description = Wadena, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kadc', 0.0037420) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz032.txt [mnz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz033.txt centroid = (0.8127056, -1.6502472) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz033.txt description = South Cass, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kpwc', 0.0034522) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz033.txt [mnz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz034.txt centroid = (0.8112709, -1.6418469) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz034.txt description = Crow Wing, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kbrd', 0.0016224) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz034.txt [mnz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz035.txt centroid = (0.8172679, -1.6304604) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz035.txt description = Northern Aitkin, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('khzx', 0.0038465) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz035.txt [mnz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz036.txt centroid = (0.8099986, -1.6303574) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz036.txt description = South Aitkin, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('khzx', 0.0038532) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz036.txt [mnz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz037.txt centroid = (0.8159694, -1.6158276) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz037.txt description = Carlton/South St. Louis, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kcoq', 0.0013151) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz037.txt [mnz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz038.txt centroid = (0.8049598, -1.6186428) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz038.txt description = Pine, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('k04w', 0.0025165) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz038.txt [mnz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz039.txt centroid = (0.7988739, -1.6837471) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz039.txt description = Traverse, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('keth', 0.0007575) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz039.txt [mnz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz040.txt centroid = (0.8016995, -1.6757273) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz040.txt description = Grant, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('ky63', 0.0009291) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz040.txt [mnz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz041.txt centroid = (0.8016943, -1.6659779) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz041.txt description = Douglas, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kaxn', 0.0013383) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz041.txt [mnz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz042.txt centroid = (0.8040837, -1.6562756) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz042.txt description = Todd, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('k14y', 0.0030011) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz042.txt [mnz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz043.txt centroid = (0.8030714, -1.6452940) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz043.txt description = Morrison, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('klxl', 0.0014742) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz043.txt [mnz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz044.txt centroid = (0.8017694, -1.6341535) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz044.txt description = Mille Lacs, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kjmr', 0.0044458) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz044.txt [mnz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz045.txt centroid = (0.8018968, -1.6282787) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz045.txt description = Kanabec, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kjmr', 0.0010665) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz045.txt [mnz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz046.txt centroid = (0.7928350, -1.6826894) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz046.txt description = Big Stone, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kvvv', 0.0021103) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz046.txt [mnz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz047.txt centroid = (0.7956275, -1.6755213) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz047.txt description = Stevens, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kmox', 0.0005328) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz047.txt [mnz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz048.txt centroid = (0.7956258, -1.6658208) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz048.txt description = Pope, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kghw', 0.0019191) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz048.txt [mnz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz049.txt centroid = (0.7950359, -1.6513084) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz049.txt description = Stearns, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kpex', 0.0035403) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz049.txt [mnz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz050.txt centroid = (0.7975998, -1.6405903) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz050.txt description = Benton, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kstc', 0.0026760) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz050.txt [mnz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz051.txt centroid = (0.7931457, -1.6366738) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz051.txt description = Sherburne, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kpnm', 0.0028260) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz051.txt [mnz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz052.txt centroid = (0.7951982, -1.6283084) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz052.txt description = Isanti, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kcbg', 0.0003601) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz052.txt [mnz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz053.txt centroid = (0.7941684, -1.6215557) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz053.txt description = Chisago, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kros', 0.0034566) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz053.txt [mnz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz054.txt centroid = (0.7853196, -1.6785442) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz054.txt description = Lac qui Parle, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kdxx', 0.0001722) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz054.txt [mnz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz055.txt centroid = (0.7903322, -1.6699555) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz055.txt description = Swift, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kbbb', 0.0007071) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz055.txt [mnz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz056.txt centroid = (0.7857874, -1.6679518) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz056.txt description = Chippewa, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kmve', 0.0020913) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz056.txt [mnz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz057.txt centroid = (0.7880580, -1.6581466) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz057.txt description = Kandiyohi, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kbdh', 0.0016419) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz057.txt [mnz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz058.txt centroid = (0.7875467, -1.6498144) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz058.txt description = Meeker, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kljf', 0.0005155) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz058.txt [mnz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz059.txt centroid = (0.7884333, -1.6399637) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz059.txt description = Wright, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kmgg', 0.0011207) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz059.txt [mnz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz060.txt centroid = (0.7854767, -1.6314779) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz060.txt description = Hennepin, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kmic', 0.0019034) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz060.txt [mnz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz061.txt centroid = (0.7901664, -1.6274567) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz061.txt description = Anoka, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kane', 0.0021811) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz061.txt [mnz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz062.txt centroid = (0.7856966, -1.6248911) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz062.txt description = Ramsey, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kstp', 0.0015841) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz062.txt [mnz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz063.txt centroid = (0.7860666, -1.6211299) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz063.txt description = Washington, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('k21d', 0.0007885) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz063.txt [mnz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz064.txt centroid = (0.7804449, -1.6732175) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz064.txt description = Yellow Medicine, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kmml', 0.0046902) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz064.txt [mnz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz065.txt centroid = (0.7806299, -1.6571413) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz065.txt description = Renville, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kovl', 0.0013938) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz065.txt [mnz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz066.txt centroid = (0.7823177, -1.6453638) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz066.txt description = McLeod, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('khcd', 0.0015659) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz066.txt [mnz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz067.txt centroid = (0.7780591, -1.6446604) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz067.txt description = Sibley, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kgyl', 0.0036075) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz067.txt [mnz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz068.txt centroid = (0.7822705, -1.6371625) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz068.txt description = Carver, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kgyl', 0.0036311) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz068.txt [mnz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz069.txt centroid = (0.7792616, -1.6325059) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz069.txt description = Scott, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kfcm', 0.0033092) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz069.txt [mnz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz070.txt centroid = (0.7796700, -1.6243011) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz070.txt description = Dakota, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('klvn', 0.0021585) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz070.txt [mnz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz071.txt centroid = (0.7751461, -1.6801779) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz071.txt description = Lincoln, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kcnb', 0.0053070) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz071.txt [mnz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz072.txt centroid = (0.7751618, -1.6727061) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz072.txt description = Lyon, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kmml', 0.0006952) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz072.txt [mnz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz073.txt centroid = (0.7749908, -1.6624942) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz073.txt description = Redwood, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('krwf', 0.0033214) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz073.txt [mnz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz074.txt centroid = (0.7721703, -1.6533103) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz074.txt description = Brown, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kulm', 0.0031288) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz074.txt [mnz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz075.txt centroid = (0.7740535, -1.6449274) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz075.txt description = Nicollet, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kulm', 0.0032067) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz075.txt [mnz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz076.txt centroid = (0.7744270, -1.6358971) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz076.txt description = Le Sueur, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kmkt', 0.0035681) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz076.txt [mnz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz077.txt centroid = (0.7741251, -1.6283329) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz077.txt description = Rice, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kfbl', 0.0004406) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz077.txt [mnz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz078.txt centroid = (0.7750990, -1.6183129) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz078.txt description = Goodhue, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('krgk', 0.0043094) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz078.txt [mnz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz079.txt centroid = (0.7729051, -1.6097224) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz079.txt description = Wabasha, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('k9mn', 0.0056426) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz079.txt [mnz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz080.txt centroid = (0.7683306, -1.6713831) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz080.txt description = Murray, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kdvp', 0.0006642) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz080.txt [mnz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz081.txt centroid = (0.7680688, -1.6612253) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz081.txt description = Cottonwood, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kmwm', 0.0018684) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz081.txt [mnz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz082.txt centroid = (0.7675661, -1.6513276) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz082.txt description = Watonwan, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kjyg', 0.0007179) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz082.txt [mnz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz083.txt centroid = (0.7685488, -1.6417806) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz083.txt description = Blue Earth, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kmkt', 0.0036945) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz083.txt [mnz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz084.txt centroid = (0.7683306, -1.6334065) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz084.txt description = Waseca, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kacq', 0.0009920) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz084.txt [mnz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz085.txt centroid = (0.7683341, -1.6271006) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz085.txt description = Steele, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kowa', 0.0016743) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz085.txt [mnz086] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz086.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz086.txt centroid = (0.7683376, -1.6207476) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz086.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz086.txt description = Dodge, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz086.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz086.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz086.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz086.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz086.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz086.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz086.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz086.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz086.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz086.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz086.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz086.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz086.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz086.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz086.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz086.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz086.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz086.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz086.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz086.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz086.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz086.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz086.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz086.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz086.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz086.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz086.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz086.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz086.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz086.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('ktob', 0.0003919) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz086.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz086.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz086.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz086.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz086.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz086.txt [mnz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz087.txt centroid = (0.7680077, -1.6127156) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz087.txt description = Olmsted, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('k9mn', 0.0011435) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz087.txt [mnz088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz088.txt centroid = (0.7677162, -1.6018475) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz088.txt description = Winona, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kona', 0.0019539) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz088.txt [mnz089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz089.txt centroid = (0.7622586, -1.6712121) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz089.txt description = Nobles, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kotg', 0.0021884) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz089.txt [mnz090] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz090.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz090.txt centroid = (0.7622568, -1.6607523) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz090.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz090.txt description = Jackson, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz090.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz090.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz090.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz090.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz090.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz090.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz090.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz090.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz090.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz090.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz090.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz090.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz090.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz090.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz090.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz090.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz090.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz090.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz090.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz090.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz090.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz090.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz090.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz090.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz090.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz090.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz090.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz090.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz090.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz090.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kmjq', 0.0021968) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz090.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz090.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz090.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz090.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz090.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz090.txt [mnz091] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz091.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz091.txt centroid = (0.7622586, -1.6502280) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz091.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz091.txt description = Martin, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz091.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz091.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz091.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz091.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz091.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz091.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz091.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz091.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz091.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz091.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz091.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz091.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz091.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz091.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz091.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz091.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz091.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz091.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz091.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz091.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz091.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz091.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz091.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz091.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz091.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz091.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz091.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz091.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz091.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz091.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kfrm', 0.0017491) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz091.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz091.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz091.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz091.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz091.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz091.txt [mnz092] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz092.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz092.txt centroid = (0.7622534, -1.6397002) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz092.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz092.txt description = Faribault, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz092.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz092.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz092.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz092.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz092.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz092.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz092.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz092.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz092.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz092.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz092.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz092.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz092.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz092.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz092.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz092.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz092.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz092.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz092.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz092.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz092.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz092.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz092.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz092.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz092.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz092.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz092.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz092.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz092.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz092.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kfrm', 0.0059334) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz092.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz092.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz092.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz092.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz092.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz092.txt [mnz093] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz093.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz093.txt centroid = (0.7622516, -1.6292457) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz093.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz093.txt description = Freeborn, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz093.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz093.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz093.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz093.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz093.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz093.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz093.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz093.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz093.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz093.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz093.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz093.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz093.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz093.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz093.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz093.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz093.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz093.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz093.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz093.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz093.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz093.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz093.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz093.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz093.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz093.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz093.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz093.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz093.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz093.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kael', 0.0002792) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz093.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz093.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz093.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz093.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz093.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz093.txt [mnz094] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz094.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz094.txt centroid = (0.7622097, -1.6188365) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz094.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz094.txt description = Mower, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz094.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz094.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz094.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz094.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz094.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz094.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz094.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz094.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz094.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz094.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz094.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz094.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz094.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz094.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz094.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz094.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz094.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz094.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz094.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz094.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz094.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz094.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz094.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz094.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz094.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz094.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz094.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz094.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz094.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz094.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kaum', 0.0022845) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz094.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz094.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz094.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz094.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz094.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz094.txt [mnz095] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz095.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz095.txt centroid = (0.7622551, -1.6072755) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz095.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz095.txt description = Fillmore, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz095.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz095.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz095.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz095.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz095.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz095.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz095.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz095.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz095.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz095.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz095.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz095.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz095.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz095.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz095.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz095.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz095.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz095.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz095.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz095.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz095.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz095.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz095.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz095.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz095.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz095.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz095.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz095.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz095.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz095.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kfka', 0.0011323) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz095.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz095.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz095.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz095.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz095.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz095.txt [mnz096] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz096.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz096.txt centroid = (0.7622097, -1.5968506) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz096.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz096.txt description = Houston, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz096.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz096.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz096.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz096.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz096.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz096.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz096.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz096.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz096.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz096.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz096.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz096.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz096.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz096.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz096.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz096.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz096.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz096.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz096.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz096.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz096.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz096.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz096.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz096.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz096.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz096.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz096.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz096.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz096.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz096.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('klse', 0.0048004) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz096.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz096.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz096.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz096.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz096.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz096.txt [mnz097] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz097.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz097.txt centroid = (0.7683463, -1.6800295) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz097.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz097.txt description = Pipestone, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz097.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz097.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz097.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz097.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz097.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz097.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz097.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz097.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz097.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz097.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz097.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz097.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz097.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz097.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz097.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz097.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz097.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz097.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz097.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz097.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz097.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz097.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz097.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz097.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz097.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz097.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz097.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz097.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz097.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz097.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('kpqn', 0.0010053) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz097.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz097.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz097.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz097.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz097.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz097.txt [mnz098] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mn/mnz098.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mn/mnz098.txt centroid = (0.7622673, -1.6799353) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mn/mnz098.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mn/mnz098.txt description = Rock, MN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mn/mnz098.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mn/mnz098.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mn/mnz098.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mn/mnz098.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mn/mnz098.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mn/mnz098.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mn/mnz098.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mn/mnz098.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mn/mnz098.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mn/mnz098.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mn/mnz098.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mn/mnz098.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mn/mnz098.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mn/mnz098.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mn/mnz098.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mn/mnz098.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mn/mnz098.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mn/mnz098.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mn/mnz098.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mn/mnz098.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mn/mnz098.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mn/mnz098.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mn/mnz098.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mn/mnz098.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mn/mnz098.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mn/mnz098.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mn/mnz098.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mn/mnz098.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mn/mnz098.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mn/mnz098.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mn.txt station = ('klyv', 0.0010492) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mn/mnz098.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mn/mnz098.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mn/mnz098.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mn/mnz098.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mn/mnz098.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mn/mnz098.txt [moz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz001.txt centroid = (0.7056488, -1.6655153) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz001.txt description = Atchison, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ksda', 0.0055745) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz001.txt [moz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz002.txt centroid = (0.7044271, -1.6560277) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz002.txt description = Nodaway, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kicl', 0.0065233) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz002.txt [moz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz003.txt centroid = (0.7064936, -1.6479783) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz003.txt description = Worth, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('klwd', 0.0074294) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz003.txt [moz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz004.txt centroid = (0.7018335, -1.6477636) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz004.txt description = Gentry, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('klwd', 0.0099975) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz004.txt [moz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz005.txt centroid = (0.7043224, -1.6404716) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz005.txt description = Harrison, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('klwd', 0.0050144) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz005.txt [moz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz006.txt centroid = (0.7055022, -1.6330784) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz006.txt description = Mercer, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('klwd', 0.0057364) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz006.txt [moz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz007.txt centroid = (0.7064901, -1.6234372) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz007.txt description = Putnam, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ktvk', 0.0038324) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz007.txt [moz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz008.txt centroid = (0.7063382, -1.6147943) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz008.txt description = Schuyler, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ktvk', 0.0062181) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz008.txt [moz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz009.txt centroid = (0.7060311, -1.6082703) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz009.txt description = Scotland, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kirk', 0.0081642) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz009.txt [moz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz010.txt centroid = (0.7052928, -1.6011371) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz010.txt description = Clark, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('keok', 0.0041701) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz010.txt [moz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz011.txt centroid = (0.6997828, -1.6618152) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz011.txt description = Holt, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kfnb', 0.0049221) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz011.txt [moz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz012.txt centroid = (0.6978420, -1.6546070) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz012.txt description = Andrew, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kstj', 0.0040826) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz012.txt [moz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz013.txt centroid = (0.6962677, -1.6476728) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz013.txt description = De Kalb, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kstj', 0.0072086) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz013.txt [moz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz014.txt centroid = (0.6974458, -1.6403564) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz014.txt description = Daviess, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kcdj', 0.0059435) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz014.txt [moz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz015.txt centroid = (0.7001214, -1.6330226) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz015.txt description = Grundy, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kcdj', 0.0051950) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz015.txt [moz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz016.txt centroid = (0.7018091, -1.6251022) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz016.txt description = Sullivan, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ktvk', 0.0086592) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz016.txt [moz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz017.txt centroid = (0.7014583, -1.6161871) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz017.txt description = Adair, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kirk', 0.0017199) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz017.txt [moz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz018.txt centroid = (0.7003692, -1.6082877) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz018.txt description = Knox, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kirk', 0.0053869) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz018.txt [moz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz019.txt centroid = (0.6998229, -1.6008544) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz019.txt description = Lewis, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('khae', 0.0074819) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz019.txt [moz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz020.txt centroid = (0.6921941, -1.6546803) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz020.txt description = Buchanan, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kstj', 0.0023830) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz020.txt [moz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz021.txt centroid = (0.6911818, -1.6476711) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz021.txt description = Clinton, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kgph', 0.0048712) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz021.txt [moz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz022.txt centroid = (0.6921225, -1.6403093) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz022.txt description = Caldwell, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kcdj', 0.0060529) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz022.txt [moz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz023.txt centroid = (0.6943286, -1.6327258) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz023.txt description = Livingston, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kcdj', 0.0007646) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz023.txt [moz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz024.txt centroid = (0.6958663, -1.6250272) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz024.txt description = Linn, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kcdj', 0.0064485) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz024.txt [moz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz025.txt centroid = (0.6951786, -1.6155570) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz025.txt description = Macon, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kirk', 0.0047025) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz025.txt [moz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz026.txt centroid = (0.6946026, -1.6070398) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz026.txt description = Shelby, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kirk', 0.0082425) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz026.txt [moz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz027.txt centroid = (0.6947458, -1.5991125) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz027.txt description = Marion, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('khae', 0.0027799) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz027.txt [moz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz028.txt centroid = (0.6873176, -1.6541114) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz028.txt description = Platte, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kmci', 0.0015048) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz028.txt [moz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz029.txt centroid = (0.6860977, -1.6479538) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz029.txt description = Clay, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kgph', 0.0015492) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz029.txt [moz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz030.txt centroid = (0.6868289, -1.6404332) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz030.txt description = Ray, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kgph', 0.0043297) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz030.txt [moz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz031.txt centroid = (0.6881275, -1.6319719) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz031.txt description = Carroll, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kcdj', 0.0068853) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz031.txt [moz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz032.txt centroid = (0.6896581, -1.6225035) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz032.txt description = Chariton, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kmhl', 0.0080001) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz032.txt [moz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz033.txt centroid = (0.6883613, -1.6143789) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz033.txt description = Randolph, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kver', 0.0090739) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz033.txt [moz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz034.txt centroid = (0.6893265, -1.6057151) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz034.txt description = Monroe, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kmyj', 0.0063925) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz034.txt [moz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz035.txt centroid = (0.6898868, -1.5973602) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz035.txt description = Ralls, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('khae', 0.0036046) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz035.txt [moz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz036.txt centroid = (0.6866789, -1.5912411) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz036.txt description = Pike, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kppq', 0.0073861) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz036.txt [moz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz037.txt centroid = (0.6808268, -1.6466501) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz037.txt description = Jackson, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('klxt', 0.0007816) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz037.txt [moz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz038.txt centroid = (0.6818233, -1.6368658) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz038.txt description = Lafayette, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('krcm', 0.0049885) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz038.txt [moz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz039.txt centroid = (0.6830625, -1.6266853) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz039.txt description = Saline, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kmhl', 0.0007174) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz039.txt [moz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz040.txt centroid = (0.6831690, -1.6178469) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz040.txt description = Howard, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kver', 0.0035443) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz040.txt [moz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz041.txt centroid = (0.6805161, -1.6111065) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz041.txt description = Boone, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kcou', 0.0032893) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz041.txt [moz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz042.txt centroid = (0.6844448, -1.6029383) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz042.txt description = Audrain, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kmyj', 0.0010651) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz042.txt [moz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz043.txt centroid = (0.6745174, -1.6468019) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz043.txt description = Cass, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('klxt', 0.0055816) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz043.txt [moz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz044.txt centroid = (0.6762121, -1.6372288) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz044.txt description = Johnson, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('krcm', 0.0006324) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz044.txt [moz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz045.txt centroid = (0.6759363, -1.6281321) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz045.txt description = Pettis, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kdmo', 0.0016254) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz045.txt [moz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz046.txt centroid = (0.6779539, -1.6198453) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz046.txt description = Cooper, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kver', 0.0024385) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz046.txt [moz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz047.txt centroid = (0.6742678, -1.6158799) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz047.txt description = Moniteau, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kver', 0.0055230) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz047.txt [moz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz048.txt centroid = (0.6720478, -1.6106178) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz048.txt description = Cole, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kjef', 0.0024386) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz048.txt [moz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz049.txt centroid = (0.6712606, -1.6032909) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz049.txt description = Osage, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kjef', 0.0046282) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz049.txt [moz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz050.txt centroid = (0.6778073, -1.6044114) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz050.txt description = Callaway, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kcou', 0.0039658) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz050.txt [moz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz051.txt centroid = (0.6796574, -1.5964562) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz051.txt description = Montgomery, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kmyj', 0.0060392) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz051.txt [moz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz052.txt centroid = (0.6816924, -1.5875550) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz052.txt description = Lincoln, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kfyg', 0.0082248) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz052.txt [moz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz053.txt centroid = (0.6677158, -1.6465436) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz053.txt description = Bates, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kojc', 0.0113975) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz053.txt [moz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz054.txt centroid = (0.6699481, -1.6369914) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz054.txt description = Henry, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kgly', 0.0016036) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz054.txt [moz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz055.txt centroid = (0.6683703, -1.6281810) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz055.txt description = Benton, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kgly', 0.0054878) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz055.txt [moz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz056.txt centroid = (0.6706236, -1.6211683) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz056.txt description = Morgan, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kdmo', 0.0063849) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz056.txt [moz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz057.txt centroid = (0.6669688, -1.6131799) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz057.txt description = Miller, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kaiz', 0.0026036) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz057.txt [moz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz058.txt centroid = (0.6660456, -1.6043922) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz058.txt description = Maries, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kvih', 0.0022272) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz058.txt [moz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz059.txt centroid = (0.6709203, -1.5971141) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz059.txt description = Gasconade, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kvih', 0.0064329) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz059.txt [moz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz060.txt centroid = (0.6765699, -1.5910544) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz060.txt description = Warren, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kfyg', 0.0038362) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz060.txt [moz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz061.txt centroid = (0.6768718, -1.5825808) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz061.txt description = St. Charles, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ksus', 0.0023275) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz061.txt [moz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz062.txt centroid = (0.6704019, -1.5895586) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz062.txt description = Franklin, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kfyg', 0.0032721) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz062.txt [moz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz063.txt centroid = (0.6744074, -1.5785281) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz063.txt description = St. Louis, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kstl', 0.0021726) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz063.txt [moz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz064.txt centroid = (0.6743219, -1.5750724) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz064.txt description = St. Louis City, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kcps', 0.0017706) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz064.txt [moz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz065.txt centroid = (0.6677804, -1.5801827) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz065.txt description = Jefferson, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ksus', 0.0069604) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz065.txt [moz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz066.txt centroid = (0.6606176, -1.6465855) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz066.txt description = Vernon, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kpts', 0.0088075) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz066.txt [moz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz067.txt centroid = (0.6638726, -1.6367000) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz067.txt description = St. Clair, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kgly', 0.0057874) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz067.txt [moz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz068.txt centroid = (0.6621919, -1.6287535) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz068.txt description = Hickory, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kozs', 0.0086822) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz068.txt [moz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz069.txt centroid = (0.6636981, -1.6190721) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz069.txt description = Camden, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kozs', 0.0013850) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz069.txt [moz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz070.txt centroid = (0.6601638, -1.6093262) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz070.txt description = Pulaski, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ktbn', 0.0018939) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz070.txt [moz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz071.txt centroid = (0.6610801, -1.6020796) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz071.txt description = Phelps, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kvih', 0.0044861) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz071.txt [moz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz072.txt centroid = (0.6628132, -1.5935554) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz072.txt description = Crawford, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kvih', 0.0069233) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz072.txt [moz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz073.txt centroid = (0.6625567, -1.5861098) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz073.txt description = Washington, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kfam', 0.0070018) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz073.txt [moz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz074.txt centroid = (0.6599160, -1.5790500) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz074.txt description = St. Francois, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kfam', 0.0009383) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz074.txt [moz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz075.txt centroid = (0.6613751, -1.5742032) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz075.txt description = Ste. Genevieve, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kfam', 0.0039642) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz075.txt [moz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz076.txt centroid = (0.6581130, -1.5677315) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz076.txt description = Perry, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kk02', 0.0028675) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz076.txt [moz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz077.txt centroid = (0.6545386, -1.6466675) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz077.txt description = Barton, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kpts', 0.0053815) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz077.txt [moz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz078.txt centroid = (0.6584045, -1.6381067) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz078.txt description = Cedar, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ksgf', 0.0107817) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz078.txt [moz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz079.txt centroid = (0.6565318, -1.6301462) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz079.txt description = Polk, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ksgf', 0.0066918) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz079.txt [moz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz080.txt centroid = (0.6576470, -1.6235681) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz080.txt description = Dallas, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kozs', 0.0068740) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz080.txt [moz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz081.txt centroid = (0.6572613, -1.6160056) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz081.txt description = Laclede, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kozs', 0.0056824) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz081.txt [moz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz082.txt centroid = (0.6513098, -1.6050938) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz082.txt description = Texas, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ktbn', 0.0076254) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz082.txt [moz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz083.txt centroid = (0.6563590, -1.5971141) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz083.txt description = Dent, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kvih', 0.0098603) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz083.txt [moz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz084.txt centroid = (0.6554619, -1.5842964) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz084.txt description = Iron, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kfam', 0.0059759) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz084.txt [moz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz085.txt centroid = (0.6541162, -1.5768177) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz085.txt description = Madison, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kfam', 0.0051824) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz085.txt [moz086] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz086.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz086.txt centroid = (0.6513953, -1.5712484) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz086.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz086.txt description = Bollinger, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz086.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz086.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz086.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz086.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz086.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz086.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz086.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz086.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz086.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz086.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz086.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz086.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz086.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz086.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz086.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz086.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz086.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz086.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz086.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz086.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz086.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz086.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz086.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz086.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz086.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz086.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz086.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz086.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz086.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz086.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kcgi', 0.0063389) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz086.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz086.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz086.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz086.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz086.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz086.txt [moz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz087.txt centroid = (0.6524721, -1.5652898) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz087.txt description = Cape Girardeau, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kcgi', 0.0029796) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz087.txt [moz088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz088.txt centroid = (0.6493236, -1.6465541) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz088.txt description = Jasper, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kjln', 0.0024053) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz088.txt [moz089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz089.txt centroid = (0.6533116, -1.6379967) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz089.txt description = Dade, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ksgf', 0.0073497) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz089.txt [moz090] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz090.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz090.txt centroid = (0.6502765, -1.6291252) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz090.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz090.txt description = Greene, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz090.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz090.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz090.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz090.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz090.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz090.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz090.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz090.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz090.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz090.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz090.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz090.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz090.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz090.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz090.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz090.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz090.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz090.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz090.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz090.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz090.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz090.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz090.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz090.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz090.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz090.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz090.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz090.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz090.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz090.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ksgf', 0.0007188) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz090.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz090.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz090.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz090.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz090.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz090.txt [moz091] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz091.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz091.txt centroid = (0.6506745, -1.6209903) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz091.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz091.txt description = Webster, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz091.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz091.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz091.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz091.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz091.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz091.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz091.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz091.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz091.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz091.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz091.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz091.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz091.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz091.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz091.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz091.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz091.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz091.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz091.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz091.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz091.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz091.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz091.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz091.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz091.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz091.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz091.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz091.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz091.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz091.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ksgf', 0.0070977) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz091.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz091.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz091.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz091.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz091.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz091.txt [moz092] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz092.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz092.txt centroid = (0.6504860, -1.6138833) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz092.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz092.txt description = Wright, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz092.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz092.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz092.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz092.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz092.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz092.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz092.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz092.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz092.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz092.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz092.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz092.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz092.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz092.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz092.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz092.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz092.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz092.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz092.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz092.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz092.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz092.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz092.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz092.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz092.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz092.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz092.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz092.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz092.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz092.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ktbn', 0.0093236) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz092.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz092.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz092.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz092.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz092.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz092.txt [moz093] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz093.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz093.txt centroid = (0.6441225, -1.6465297) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz093.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz093.txt description = Newton, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz093.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz093.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz093.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz093.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz093.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz093.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz093.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz093.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz093.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz093.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz093.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz093.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz093.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz093.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz093.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz093.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz093.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz093.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz093.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz093.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz093.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz093.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz093.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz093.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz093.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz093.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz093.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz093.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz093.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz093.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('khfj', 0.0044560) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz093.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz093.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz093.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz093.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz093.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz093.txt [moz094] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz094.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz094.txt centroid = (0.6476289, -1.6376931) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz094.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz094.txt description = Lawrence, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz094.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz094.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz094.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz094.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz094.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz094.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz094.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz094.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz094.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz094.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz094.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz094.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz094.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz094.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz094.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz094.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz094.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz094.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz094.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz094.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz094.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz094.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz094.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz094.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz094.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz094.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz094.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz094.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz094.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz094.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('khfj', 0.0044472) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz094.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz094.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz094.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz094.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz094.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz094.txt [moz095] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz095.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz095.txt centroid = (0.6452412, -1.6264531) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz095.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz095.txt description = Christian, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz095.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz095.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz095.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz095.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz095.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz095.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz095.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz095.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz095.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz095.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz095.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz095.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz095.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz095.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz095.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz095.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz095.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz095.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz095.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz095.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz095.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz095.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz095.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz095.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz095.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz095.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz095.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz095.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz095.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz095.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ksgf', 0.0053398) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz095.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz095.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz095.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz095.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz095.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz095.txt [moz096] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz096.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz096.txt centroid = (0.6445955, -1.6144086) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz096.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz096.txt description = Douglas, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz096.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz096.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz096.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz096.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz096.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz096.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz096.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz096.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz096.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz096.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz096.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz096.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz096.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz096.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz096.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz096.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz096.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz096.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz096.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz096.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz096.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz096.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz096.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz096.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz096.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz096.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz096.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz096.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz096.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz096.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kuno', 0.0084008) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz096.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz096.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz096.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz096.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz096.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz096.txt [moz097] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz097.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz097.txt centroid = (0.6418274, -1.6037220) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz097.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz097.txt description = Howell, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz097.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz097.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz097.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz097.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz097.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz097.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz097.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz097.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz097.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz097.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz097.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz097.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz097.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz097.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz097.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz097.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz097.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz097.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz097.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz097.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz097.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz097.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz097.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz097.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz097.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz097.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz097.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz097.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz097.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz097.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kuno', 0.0019175) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz097.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz097.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz097.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz097.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz097.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz097.txt [moz098] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz098.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz098.txt centroid = (0.6485190, -1.5952397) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz098.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz098.txt description = Shannon, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz098.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz098.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz098.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz098.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz098.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz098.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz098.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz098.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz098.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz098.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz098.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz098.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz098.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz098.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz098.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz098.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz098.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz098.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz098.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz098.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz098.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz098.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz098.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz098.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz098.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz098.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz098.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz098.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz098.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz098.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kuno', 0.0084457) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz098.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz098.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz098.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz098.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz098.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz098.txt [moz099] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz099.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz099.txt centroid = (0.6520952, -1.5877103) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz099.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz099.txt description = Reynolds, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz099.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz099.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz099.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz099.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz099.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz099.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz099.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz099.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz099.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz099.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz099.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz099.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz099.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz099.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz099.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz099.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz099.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz099.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz099.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz099.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz099.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz099.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz099.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz099.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz099.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz099.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz099.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz099.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz099.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz099.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kfam', 0.0102346) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz099.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz099.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz099.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz099.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz099.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz099.txt [moz100] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz100.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz100.txt centroid = (0.6477371, -1.5788493) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz100.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz100.txt description = Wayne, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz100.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz100.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz100.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz100.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz100.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz100.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz100.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz100.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz100.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz100.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz100.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz100.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz100.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz100.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz100.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz100.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz100.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz100.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz100.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz100.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz100.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz100.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz100.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz100.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz100.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz100.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz100.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz100.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz100.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz100.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kpof', 0.0063663) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz100.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz100.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz100.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz100.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz100.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz100.txt [moz101] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz101.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz101.txt centroid = (0.6392914, -1.6466902) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz101.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz101.txt description = McDonald, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz101.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz101.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz101.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz101.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz101.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz101.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz101.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz101.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz101.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz101.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz101.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz101.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz101.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz101.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz101.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz101.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz101.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz101.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz101.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz101.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz101.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz101.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz101.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz101.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz101.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz101.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz101.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz101.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz101.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz101.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kvbt', 0.0052036) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz101.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz101.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz101.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz101.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz101.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz101.txt [moz102] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz102.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz102.txt centroid = (0.6407086, -1.6376267) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz102.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz102.txt description = Barry, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz102.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz102.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz102.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz102.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz102.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz102.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz102.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz102.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz102.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz102.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz102.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz102.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz102.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz102.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz102.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz102.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz102.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz102.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz102.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz102.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz102.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz102.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz102.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz102.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz102.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz102.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz102.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz102.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz102.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz102.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('khfj', 0.0042574) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz102.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz102.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz102.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz102.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz102.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz102.txt [moz103] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz103.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz103.txt centroid = (0.6413544, -1.6311132) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz103.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz103.txt description = Stone, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz103.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz103.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz103.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz103.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz103.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz103.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz103.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz103.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz103.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz103.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz103.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz103.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz103.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz103.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz103.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz103.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz103.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz103.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz103.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz103.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz103.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz103.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz103.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz103.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz103.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz103.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz103.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz103.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz103.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz103.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kfwb', 0.0011300) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz103.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz103.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz103.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz103.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz103.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz103.txt [moz104] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz104.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz104.txt centroid = (0.6397452, -1.6238718) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz104.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz104.txt description = Taney, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz104.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz104.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz104.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz104.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz104.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz104.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz104.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz104.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz104.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz104.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz104.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz104.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz104.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz104.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz104.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz104.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz104.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz104.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz104.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz104.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz104.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz104.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz104.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz104.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz104.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz104.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz104.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz104.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz104.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz104.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kbbg', 0.0031147) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz104.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz104.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz104.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz104.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz104.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz104.txt [moz105] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz105.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz105.txt centroid = (0.6396510, -1.6134626) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz105.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz105.txt description = Ozark, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz105.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz105.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz105.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz105.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz105.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz105.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz105.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz105.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz105.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz105.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz105.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz105.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz105.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz105.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz105.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz105.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz105.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz105.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz105.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz105.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz105.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz105.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz105.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz105.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz105.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz105.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz105.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz105.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz105.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz105.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kbpk', 0.0049426) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz105.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz105.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz105.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz105.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz105.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz105.txt [moz106] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz106.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz106.txt centroid = (0.6403037, -1.5952885) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz106.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz106.txt description = Oregon, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz106.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz106.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz106.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz106.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz106.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz106.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz106.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz106.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz106.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz106.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz106.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz106.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz106.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz106.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz106.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz106.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz106.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz106.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz106.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz106.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz106.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz106.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz106.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz106.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz106.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz106.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz106.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz106.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz106.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz106.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kuno', 0.0077448) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz106.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz106.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz106.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz106.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz106.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz106.txt [moz107] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz107.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz107.txt centroid = (0.6447473, -1.5875916) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz107.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz107.txt description = Carter, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz107.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz107.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz107.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz107.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz107.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz107.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz107.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz107.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz107.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz107.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz107.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz107.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz107.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz107.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz107.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz107.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz107.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz107.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz107.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz107.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz107.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz107.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz107.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz107.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz107.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz107.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz107.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz107.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz107.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz107.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('k4m9', 0.0104100) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz107.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz107.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz107.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz107.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz107.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz107.txt [moz108] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz108.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz108.txt centroid = (0.6397120, -1.5858742) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz108.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz108.txt description = Ripley, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz108.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz108.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz108.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz108.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz108.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz108.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz108.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz108.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz108.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz108.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz108.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz108.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz108.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz108.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz108.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz108.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz108.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz108.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz108.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz108.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz108.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz108.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz108.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz108.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz108.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz108.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz108.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz108.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz108.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz108.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('k4m9', 0.0053355) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz108.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz108.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz108.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz108.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz108.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz108.txt [moz109] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz109.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz109.txt centroid = (0.6408221, -1.5778911) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz109.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz109.txt description = Butler, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz109.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz109.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz109.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz109.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz109.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz109.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz109.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz109.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz109.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz109.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz109.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz109.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz109.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz109.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz109.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz109.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz109.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz109.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz109.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz109.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz109.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz109.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz109.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz109.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz109.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz109.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz109.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz109.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz109.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz109.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kpof', 0.0015324) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz109.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz109.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz109.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz109.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz109.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz109.txt [moz110] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz110.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz110.txt centroid = (0.6432498, -1.5698259) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz110.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz110.txt description = Stoddard, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz110.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz110.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz110.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz110.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz110.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz110.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz110.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz110.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz110.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz110.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz110.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz110.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz110.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz110.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz110.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz110.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz110.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz110.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz110.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz110.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz110.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz110.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz110.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz110.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz110.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz110.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz110.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz110.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz110.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz110.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kmaw', 0.0045409) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz110.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz110.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz110.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz110.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz110.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz110.txt [moz111] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz111.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz111.txt centroid = (0.6466968, -1.5632670) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz111.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz111.txt description = Scott, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz111.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz111.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz111.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz111.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz111.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz111.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz111.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz111.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz111.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz111.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz111.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz111.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz111.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz111.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz111.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz111.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz111.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz111.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz111.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz111.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz111.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz111.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz111.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz111.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz111.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz111.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz111.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz111.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz111.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz111.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ksik', 0.0026914) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz111.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz111.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz111.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz111.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz111.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz111.txt [moz112] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz112.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz112.txt centroid = (0.6427716, -1.5584237) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz112.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz112.txt description = Mississippi, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz112.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz112.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz112.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz112.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz112.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz112.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz112.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz112.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz112.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz112.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz112.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz112.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz112.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz112.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz112.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz112.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz112.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz112.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz112.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz112.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz112.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz112.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz112.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz112.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz112.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz112.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz112.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz112.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz112.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz112.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kcir', 0.0042444) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz112.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz112.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz112.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz112.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz112.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz112.txt [moz113] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz113.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz113.txt centroid = (0.6330641, -1.5723828) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz113.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz113.txt description = Dunklin, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz113.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz113.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz113.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz113.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz113.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz113.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz113.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz113.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz113.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz113.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz113.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz113.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz113.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz113.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz113.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz113.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz113.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz113.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz113.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz113.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz113.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz113.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz113.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz113.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz113.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz113.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz113.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz113.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz113.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz113.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ktkx', 0.0011086) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz113.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz113.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz113.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz113.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz113.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz113.txt [moz114] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz114.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz114.txt centroid = (0.6386893, -1.5647156) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz114.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz114.txt description = New Madrid, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz114.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz114.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz114.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz114.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz114.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz114.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz114.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz114.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz114.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz114.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz114.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz114.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz114.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz114.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz114.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz114.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz114.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz114.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz114.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz114.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz114.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz114.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz114.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz114.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz114.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz114.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz114.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz114.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz114.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz114.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('kmaw', 0.0047780) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz114.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz114.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz114.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz114.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz114.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz114.txt [moz115] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mo/moz115.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mo/moz115.txt centroid = (0.6320029, -1.5670578) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mo/moz115.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mo/moz115.txt description = Pemiscot, MO -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mo/moz115.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mo/moz115.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mo/moz115.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mo/moz115.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mo/moz115.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mo/moz115.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mo/moz115.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mo/moz115.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mo.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mo/moz115.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mo/moz115.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mo/moz115.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mo/moz115.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mo/moz115.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mo/moz115.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mo/moz115.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mo.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mo/moz115.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mo/moz115.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mo/moz115.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mo/moz115.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mo/moz115.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mo/moz115.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mo/moz115.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mo/moz115.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mo.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mo/moz115.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mo/moz115.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mo/moz115.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mo/moz115.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mo/moz115.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mo/moz115.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mo/moz115.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mo.txt station = ('ktkx', 0.0035414) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mo/moz115.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mo/moz115.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mo/moz115.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mo/moz115.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mo/moz115.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mo/moz115.txt [msz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz001.txt centroid = (0.6086906, -1.5706532) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz001.txt description = De Soto, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kmem', 0.0027591) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz001.txt [msz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz002.txt centroid = (0.6067166, -1.5621238) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz002.txt description = Marshall, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kolv', 0.0055507) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz002.txt [msz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz003.txt centroid = (0.6076765, -1.5566330) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz003.txt description = Benton, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('km08', 0.0071751) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz003.txt [msz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz004.txt centroid = (0.6068231, -1.5517530) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz004.txt description = Tippah, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kcrx', 0.0051555) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz004.txt [msz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz005.txt centroid = (0.6087848, -1.5460179) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz005.txt description = Alcorn, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kcrx', 0.0007400) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz005.txt [msz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz006.txt centroid = (0.6063344, -1.5400663) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz006.txt description = Tishomingo, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kcrx', 0.0060440) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz006.txt [msz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz007.txt centroid = (0.6047915, -1.5773500) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz007.txt description = Tunica, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kuta', 0.0006541) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz007.txt [msz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz008.txt centroid = (0.6047618, -1.5698329) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz008.txt description = Tate, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kpmu', 0.0050610) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz008.txt [msz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz009.txt centroid = (0.6042033, -1.5449672) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz009.txt description = Prentiss, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kcrx', 0.0053888) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz009.txt [msz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz010.txt centroid = (0.5974122, -1.5813154) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz010.txt description = Coahoma, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kckm', 0.0018207) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz010.txt [msz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz011.txt centroid = (0.5977997, -1.5758421) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz011.txt description = Quitman, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kckm', 0.0032969) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz011.txt [msz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz012.txt centroid = (0.5997632, -1.5699324) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz012.txt description = Panola, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kpmu', 0.0008301) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz012.txt [msz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz013.txt centroid = (0.5996393, -1.5618061) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz013.txt description = Lafayette, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kuox', 0.0008748) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz013.txt [msz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz014.txt centroid = (0.6019728, -1.5534094) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz014.txt description = Union, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('ktup', 0.0051894) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz014.txt [msz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz015.txt centroid = (0.5973459, -1.5539958) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz015.txt description = Pontotoc, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('ktup', 0.0039718) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz015.txt [msz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz016.txt centroid = (0.5984717, -1.5477650) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz016.txt description = Lee, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('ktup', 0.0013085) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz016.txt [msz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz017.txt centroid = (0.5982989, -1.5421956) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz017.txt description = Itawamba, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('ktup', 0.0058511) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz017.txt [msz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz018.txt centroid = (0.5898427, -1.5861622) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz018.txt description = Bolivar, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('krnv', 0.0018759) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz018.txt [msz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz019.txt centroid = (0.5864708, -1.5810711) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz019.txt description = Sunflower, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('krnv', 0.0037044) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz019.txt [msz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz020.txt centroid = (0.5925480, -1.5738192) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz020.txt description = Tallahatchie, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kckm', 0.0078031) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz020.txt [msz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz021.txt centroid = (0.5939041, -1.5656930) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz021.txt description = Yalobusha, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kpmu', 0.0064344) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz021.txt [msz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz022.txt centroid = (0.5923019, -1.5592143) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz022.txt description = Calhoun, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kuox', 0.0083320) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz022.txt [msz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz023.txt centroid = (0.5920296, -1.5524337) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz023.txt description = Chickasaw, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('ktup', 0.0065803) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz023.txt [msz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz024.txt centroid = (0.5915322, -1.5442743) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz024.txt description = Monroe, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('km40', 0.0003505) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz024.txt [msz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz025.txt centroid = (0.5855667, -1.5760498) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz025.txt description = Leflore, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kgwo', 0.0032874) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz025.txt [msz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz026.txt centroid = (0.5893977, -1.5673406) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz026.txt description = Grenada, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('k5a6', 0.0054247) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz026.txt [msz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz027.txt centroid = (0.5837865, -1.5694036) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz027.txt description = Carroll, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('k5a6', 0.0027813) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz027.txt [msz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz028.txt centroid = (0.5845823, -1.5641012) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz028.txt description = Montgomery, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('k5a6', 0.0017330) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz028.txt [msz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz029.txt centroid = (0.5866593, -1.5583137) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz029.txt description = Webster, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('k5a6', 0.0069763) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz029.txt [msz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz030.txt centroid = (0.5874028, -1.5495295) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz030.txt description = Clay, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kstf', 0.0040301) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz030.txt [msz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz031.txt centroid = (0.5842123, -1.5436268) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz031.txt description = Lowndes, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kgtr', 0.0020778) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz031.txt [msz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz032.txt centroid = (0.5820202, -1.5576784) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz032.txt description = Choctaw, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kstf', 0.0061240) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz032.txt [msz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz033.txt centroid = (0.5833763, -1.5512364) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz033.txt description = Oktibbeha, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kstf', 0.0005791) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz033.txt [msz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz034.txt centroid = (0.5809084, -1.5873316) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz034.txt description = Washington, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kglh', 0.0035251) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz034.txt [msz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz035.txt centroid = (0.5782049, -1.5799855) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz035.txt description = Humphreys, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kglh', 0.0090947) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz035.txt [msz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz036.txt centroid = (0.5781141, -1.5724038) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz036.txt description = Holmes, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kgwo', 0.0065724) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz036.txt [msz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz037.txt centroid = (0.5774649, -1.5634956) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz037.txt description = Attala, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('k5a6', 0.0069556) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz037.txt [msz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz038.txt centroid = (0.5775033, -1.5539434) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz038.txt description = Winston, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('knmm', 0.0033441) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz038.txt [msz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz039.txt centroid = (0.5778803, -1.5458346) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz039.txt description = Noxubee, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kgtr', 0.0059357) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz039.txt [msz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz040.txt centroid = (0.5714452, -1.5880611) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz040.txt description = Issaquena, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('ktvr', 0.0068913) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz040.txt [msz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz041.txt centroid = (0.5738590, -1.5849893) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz041.txt description = Sharkey, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('ktvr', 0.0098111) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz041.txt [msz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz042.txt centroid = (0.5721259, -1.5777166) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz042.txt description = Yazoo, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kmbo', 0.0073782) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz042.txt [msz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz043.txt centroid = (0.5695830, -1.5713862) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz043.txt description = Madison, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kmbo', 0.0035670) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz043.txt [msz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz044.txt centroid = (0.5716564, -1.5624903) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz044.txt description = Leake, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kmbo', 0.0101147) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz044.txt [msz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz045.txt centroid = (0.5716564, -1.5553955) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz045.txt description = Neshoba, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('knmm', 0.0039258) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz045.txt [msz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz046.txt centroid = (0.5716756, -1.5470808) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz046.txt description = Kemper, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('knmm', 0.0051336) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz046.txt [msz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz047.txt centroid = (0.5647432, -1.5856683) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz047.txt description = Warren, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kvks', 0.0024749) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz047.txt [msz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz048.txt centroid = (0.5631602, -1.5785229) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz048.txt description = Hinds, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kjvw', 0.0008124) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz048.txt [msz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz049.txt centroid = (0.5631148, -1.5698486) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz049.txt description = Rankin, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kjan', 0.0021734) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz049.txt [msz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz050.txt centroid = (0.5655984, -1.5627259) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz050.txt description = Scott, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kjan', 0.0081019) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz050.txt [msz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz051.txt centroid = (0.5654902, -1.5554165) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz051.txt description = Newton, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kmei', 0.0055606) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz051.txt [msz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz052.txt centroid = (0.5655617, -1.5474543) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz052.txt description = Lauderdale, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kmei', 0.0017872) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz052.txt [msz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz053.txt centroid = (0.5580463, -1.5867102) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz053.txt description = Claiborne, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kvks', 0.0045426) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz053.txt [msz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz054.txt centroid = (0.5562225, -1.5786294) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz054.txt description = Copiah, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('k1r7', 0.0047178) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz054.txt [msz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz055.txt centroid = (0.5569904, -1.5693913) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz055.txt description = Simpson, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kjan', 0.0074697) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz055.txt [msz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz056.txt centroid = (0.5588143, -1.5621866) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz056.txt description = Smith, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('klul', 0.0077906) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz056.txt [msz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz057.txt centroid = (0.5588387, -1.5554165) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz057.txt description = Jasper, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('klul', 0.0060929) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz057.txt [msz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz058.txt centroid = (0.5592279, -1.5479220) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz058.txt description = Clarke, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kmei', 0.0051732) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz058.txt [msz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz059.txt centroid = (0.5538663, -1.5888971) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz059.txt description = Jefferson, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('khez', 0.0044110) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz059.txt [msz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz060.txt centroid = (0.5494855, -1.5944124) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz060.txt description = Adams, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('khez', 0.0024597) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz060.txt [msz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz061.txt centroid = (0.5493808, -1.5864659) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz061.txt description = Franklin, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('khez', 0.0064585) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz061.txt [msz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz062.txt centroid = (0.5503442, -1.5787201) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz062.txt description = Lincoln, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('k1r7', 0.0012836) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz062.txt [msz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz063.txt centroid = (0.5506549, -1.5726638) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz063.txt description = Lawrence, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('k1r7', 0.0047346) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz063.txt [msz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz064.txt centroid = (0.5509935, -1.5677071) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz064.txt description = Jefferson Davis, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('k0r0', 0.0047602) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz064.txt [msz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz065.txt centroid = (0.5521035, -1.5629877) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz065.txt description = Covington, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kpib', 0.0043685) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz065.txt [msz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz066.txt centroid = (0.5519185, -1.5562892) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz066.txt description = Jones, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('klul', 0.0008821) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz066.txt [msz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz067.txt centroid = (0.5522361, -1.5480337) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz067.txt description = Wayne, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('klul', 0.0071088) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz067.txt [msz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz068.txt centroid = (0.5438620, -1.5936758) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz068.txt description = Wilkinson, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('k0r4', 0.0075813) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz068.txt [msz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz069.txt centroid = (0.5440959, -1.5848375) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz069.txt description = Amite, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kmcb', 0.0050470) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz069.txt [msz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz070.txt centroid = (0.5441046, -1.5778509) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz070.txt description = Pike, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kmcb', 0.0009443) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz070.txt [msz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz071.txt centroid = (0.5436439, -1.5726481) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz071.txt description = Walthall, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('k0r0', 0.0050873) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz071.txt [msz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz072.txt centroid = (0.5450803, -1.5676966) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz072.txt description = Marion, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('k0r0', 0.0011643) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz072.txt [msz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz073.txt centroid = (0.5446457, -1.5622215) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz073.txt description = Lamar, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('khbg', 0.0040037) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz073.txt [msz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz074.txt centroid = (0.5443490, -1.5578442) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz074.txt description = Forrest, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('khbg', 0.0013624) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz074.txt [msz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz075.txt centroid = (0.5440558, -1.5532086) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz075.txt description = Perry, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('khbg', 0.0041856) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz075.txt [msz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz076.txt centroid = (0.5447906, -1.5470459) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz076.txt description = Greene, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('khbg', 0.0091606) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz076.txt [msz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz077.txt centroid = (0.5370134, -1.5636370) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz077.txt description = Pearl River, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kbxa', 0.0041961) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz077.txt [msz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz078.txt centroid = (0.5373869, -1.5553973) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz078.txt description = Stone, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kgpt', 0.0065363) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz078.txt [msz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz079.txt centroid = (0.5386540, -1.5471297) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz079.txt description = George, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kpql', 0.0071073) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz079.txt [msz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz080.txt centroid = (0.5308663, -1.5618725) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz080.txt description = Hancock, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('khsa', 0.0009909) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz080.txt [msz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz081.txt centroid = (0.5325837, -1.5554060) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz081.txt description = Harrison, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kgpt', 0.0017913) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz081.txt [msz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ms/msz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ms/msz082.txt centroid = (0.5331300, -1.5469918) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ms/msz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ms/msz082.txt description = Jackson, MS -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ms/msz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ms/msz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ms/msz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ms/msz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ms/msz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ms/msz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ms/msz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ms/msz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ms.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ms/msz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ms/msz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ms/msz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ms/msz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ms/msz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ms/msz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ms/msz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ms.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ms/msz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ms/msz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ms/msz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ms/msz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ms/msz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ms/msz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ms/msz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ms/msz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ms.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ms/msz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ms/msz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ms/msz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ms/msz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ms/msz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ms/msz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ms/msz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ms.txt station = ('kpql', 0.0020761) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ms/msz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ms/msz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ms/msz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ms/msz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ms/msz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ms/msz082.txt [mtz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz001.txt centroid = (0.7783750, -1.9294074) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz001.txt description = Kootenai/Cabinet Region, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kp60', 0.0018199) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz001.txt [mtz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz002.txt centroid = (0.8425664, -1.9862493) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz002.txt description = West Glacier/Bob Marshall Region, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kgpi', 0.0053935) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz002.txt [mtz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz003.txt centroid = (0.8337996, -1.9948764) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz003.txt description = Flathead/Mission Valleys, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kgpi', 0.0092017) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz003.txt [mtz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz004.txt centroid = (0.8256769, -2.0072386) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz004.txt description = Lower Clark Fork Region, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kmlp', 0.0081896) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz004.txt [mtz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz005.txt centroid = (0.8113826, -1.9915586) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz005.txt description = Missoula/Bitterroot Valleys, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kmso', 0.0074683) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz005.txt [mtz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz006.txt centroid = (0.8062217, -1.9890942) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz006.txt description = Bitterroot/Sapphire Mountains, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kmso', 0.0127296) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz006.txt [mtz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz007.txt centroid = (0.8096338, -1.9707996) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz007.txt description = Butte/Blackfoot Region, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kbtm', 0.0089336) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz007.txt [mtz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz008.txt centroid = (0.7877160, -1.9704558) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz008.txt description = Beaverhead, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kdln', 0.0047529) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz008.txt [mtz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz009.txt centroid = (0.8476174, -1.9758349) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz009.txt description = Northern Rocky Mountain Front, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('cxdb', 0.0095640) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz009.txt [mtz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz010.txt centroid = (0.8507538, -1.9655444) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz010.txt description = Eastern Glacier, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kctb', 0.0036942) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz010.txt [mtz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz011.txt centroid = (0.8487222, -1.9218047) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz011.txt description = Hill, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('khvr', 0.0042062) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz011.txt [mtz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz012.txt centroid = (0.8256804, -1.9433753) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz012.txt description = Cascade, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kgtf', 0.0028020) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz012.txt [mtz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz013.txt centroid = (0.8356741, -1.9274579) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz013.txt description = Chouteau, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kfhu', 0.0044781) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz013.txt [mtz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz014.txt centroid = (0.8194391, -1.9593188) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz014.txt description = Central and Southern Lewis and Clark, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('khln', 0.0070536) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz014.txt [mtz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz015.txt centroid = (0.7906481, -1.9533777) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz015.txt description = Madison, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('keks', 0.0033742) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz015.txt [mtz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz016.txt centroid = (0.8398367, -1.8821264) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz016.txt description = Central and Southeast Phillips, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('cwvn', 0.0167972) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz016.txt [mtz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz017.txt centroid = (0.8409363, -1.8619661) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz017.txt description = Central and Southern Valley, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kggw', 0.0009777) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz017.txt [mtz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz018.txt centroid = (0.8514379, -1.8421688) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz018.txt description = Daniels, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('cwaq', 0.0047058) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz018.txt [mtz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz019.txt centroid = (0.8503454, -1.8239494) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz019.txt description = Sheridan, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kisn', 0.0136377) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz019.txt [mtz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz020.txt centroid = (0.8432366, -1.8396556) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz020.txt description = Western Roosevelt, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kolf', 0.0042737) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz020.txt [mtz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz021.txt centroid = (0.8223555, -1.8893207) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz021.txt description = Petroleum, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('krpx', 0.0117486) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz021.txt [mtz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz022.txt centroid = (0.8251515, -1.8673766) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz022.txt description = Garfield, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kjdn', 0.0010952) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz022.txt [mtz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz023.txt centroid = (0.8315656, -1.8464763) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz023.txt description = McCone, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kolf', 0.0083166) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz023.txt [mtz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz024.txt centroid = (0.8340562, -1.8249407) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz024.txt description = Richland, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('ksdy', 0.0045104) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz024.txt [mtz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz025.txt centroid = (0.8249543, -1.8308399) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz025.txt description = Dawson, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kgdv', 0.0026045) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz025.txt [mtz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz026.txt centroid = (0.8178700, -1.8391913) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz026.txt description = Prairie, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kgdv', 0.0083665) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz026.txt [mtz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz027.txt centroid = (0.8196991, -1.8194883) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz027.txt description = Wibaux, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('k20u', 0.0032578) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz027.txt [mtz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz028.txt centroid = (0.8095273, -1.9169353) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz028.txt description = Southern Wheatland, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('klwt', 0.0125160) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz028.txt [mtz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz029.txt centroid = (0.8115188, -1.8918968) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz029.txt description = Musselshell, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('krpx', 0.0017912) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz029.txt [mtz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz030.txt centroid = (0.8065428, -1.8722444) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz030.txt description = Treasure, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kmls', 0.0171761) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz030.txt [mtz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz031.txt centroid = (0.8095692, -1.8635963) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz031.txt description = Northern Rosebud, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kmls', 0.0107780) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz031.txt [mtz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz032.txt centroid = (0.8072619, -1.8425755) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz032.txt description = Custer, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kmls', 0.0049019) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz032.txt [mtz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz033.txt centroid = (0.8086809, -1.8224274) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz033.txt description = Fallon, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kbhk', 0.0020362) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz033.txt [mtz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz034.txt centroid = (0.7995318, -1.9062067) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz034.txt description = Northern Stillwater, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kbil', 0.0081222) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz034.txt [mtz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz035.txt centroid = (0.8017554, -1.8897448) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz035.txt description = Yellowstone, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kbil', 0.0039548) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz035.txt [mtz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz036.txt centroid = (0.7922922, -1.8435930) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz036.txt description = Powder River, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kw43', 0.0183181) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz036.txt [mtz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz037.txt centroid = (0.7944180, -1.8245009) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz037.txt description = Carter, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kbhk', 0.0149513) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz037.txt [mtz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz038.txt centroid = (0.7898348, -1.8763372) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz038.txt description = Southern Big Horn, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kshr', 0.0108039) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz038.txt [mtz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz039.txt centroid = (0.7896969, -1.8985290) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz039.txt description = Eastern Carbon, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kpoy', 0.0066201) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz039.txt [mtz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz040.txt centroid = (0.8021900, -1.9303568) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz040.txt description = Northern Park, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('klvm', 0.0050098) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz040.txt [mtz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz041.txt centroid = (0.8021271, -1.9174327) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz041.txt description = Northern Sweet Grass, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('klvm', 0.0082967) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz041.txt [mtz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz042.txt centroid = (0.8085255, -1.9052765) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz042.txt description = Golden Valley, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('krpx', 0.0079177) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz042.txt [mtz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz043.txt centroid = (0.8238041, -1.9824148) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz043.txt description = Potomac/Seeley Lake Region, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kmso', 0.0078855) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz043.txt [mtz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz044.txt centroid = (0.8491934, -1.9494577) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz044.txt description = Toole, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('cwry', 0.0092826) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz044.txt [mtz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz045.txt centroid = (0.8475616, -1.9377448) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz045.txt description = Liberty, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('cwoe', 0.0116144) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz045.txt [mtz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz046.txt centroid = (0.8418124, -1.9544721) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz046.txt description = Eastern Pondera, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kctb', 0.0079178) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz046.txt [mtz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz047.txt centroid = (0.8453101, -1.9016863) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz047.txt description = Blaine, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('khvr', 0.0095683) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz047.txt [mtz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz048.txt centroid = (0.8327455, -1.9646194) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz048.txt description = Southern Rocky Mountain Front, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kgtf', 0.0145509) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz048.txt [mtz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz049.txt centroid = (0.8344611, -1.9508714) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz049.txt description = Eastern Teton, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kgtf', 0.0075854) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz049.txt [mtz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz050.txt centroid = (0.8210989, -1.9245065) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz050.txt description = Judith Basin, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kfhu', 0.0102904) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz050.txt [mtz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz051.txt centroid = (0.8249054, -1.9063237) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz051.txt description = Fergus, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('klwt', 0.0045906) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz051.txt [mtz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz052.txt centroid = (0.8054433, -1.9564041) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz052.txt description = Jefferson, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kbtm', 0.0058555) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz052.txt [mtz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz053.txt centroid = (0.8086442, -1.9459618) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz053.txt description = Broadwater, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('khln', 0.0073479) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz053.txt [mtz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz054.txt centroid = (0.8132920, -1.9353188) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz054.txt description = Meagher, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kbzn', 0.0145764) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz054.txt [mtz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz055.txt centroid = (0.7953169, -1.9403489) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz055.txt description = Gallatin, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kbzn', 0.0037642) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz055.txt [mtz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz056.txt centroid = (0.7903427, -1.9075122) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz056.txt description = Red Lodge Foothills, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kpoy', 0.0095169) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz056.txt [mtz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz057.txt centroid = (0.7981705, -1.8755221) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz057.txt description = Northern Big Horn, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kshr', 0.0179001) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz057.txt [mtz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz058.txt centroid = (0.7928786, -1.8587111) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz058.txt description = Southern Rosebud, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kshr', 0.0129248) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz058.txt [mtz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz059.txt centroid = (0.8513960, -1.8804230) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz059.txt description = Northern Phillips, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('cwvn', 0.0052943) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz059.txt [mtz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz060.txt centroid = (0.8345449, -1.8934553) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz060.txt description = Southwest Phillips, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('klwt', 0.0175483) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz060.txt [mtz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz061.txt centroid = (0.8513524, -1.8610987) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz061.txt description = Northern Valley, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('kggw', 0.0098147) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz061.txt [mtz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz062.txt centroid = (0.8424792, -1.8244415) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz062.txt description = Eastern Roosevelt, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('ksdy', 0.0106891) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz062.txt [mtz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz063.txt centroid = (0.8139936, -1.9142457) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz063.txt description = Judith Gap, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('klwt', 0.0076830) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz063.txt [mtz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz064.txt centroid = (0.7922730, -1.9322505) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz064.txt description = Paradise Valley, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('klvm', 0.0063215) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz064.txt [mtz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz065.txt centroid = (0.7975439, -1.9286080) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz065.txt description = Livingston Area, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('klvm', 0.0008292) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz065.txt [mtz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz066.txt centroid = (0.7954059, -1.9164326) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz066.txt description = Beartooth Foothills, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('klvm', 0.0079974) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz066.txt [mtz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz067.txt centroid = (0.7900006, -1.9231661) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz067.txt description = Absaroka/Beartooth Mountains, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('klvm', 0.0081795) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz067.txt [mtz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/mt/mtz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/mt/mtz068.txt centroid = (0.8039912, -1.9253704) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/mt/mtz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/mt/mtz068.txt description = Crazy Mountains, MT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/mt/mtz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/mt/mtz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/mt/mtz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/mt/mtz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/mt/mtz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/mt/mtz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/mt/mtz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/mt/mtz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/mt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/mt/mtz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/mt/mtz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/mt/mtz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/mt/mtz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/mt/mtz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/mt/mtz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/mt/mtz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/mt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/mt/mtz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/mt/mtz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/mt/mtz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/mt/mtz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/mt/mtz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/mt/mtz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/mt/mtz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/mt/mtz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/mt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/mt/mtz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/mt/mtz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/mt/mtz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/mt/mtz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/mt/mtz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/mt/mtz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/mt/mtz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/mt.txt station = ('klvm', 0.0065342) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/mt/mtz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/mt/mtz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/mt/mtz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/mt/mtz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/mt/mtz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/mt/mtz068.txt [ncz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz001.txt centroid = (0.6359037, -1.4224608) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz001.txt description = Ashe, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kgev', 0.0011844) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz001.txt [ncz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz002.txt centroid = (0.6368968, -1.4159612) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz002.txt description = Alleghany, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kgev', 0.0041690) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz002.txt [ncz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz003.txt centroid = (0.6355582, -1.4082748) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz003.txt description = Surry, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kmwk', 0.0020532) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz003.txt [ncz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz004.txt centroid = (0.6353313, -1.4004435) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz004.txt description = Stokes, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kmwk', 0.0045177) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz004.txt [ncz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz005.txt centroid = (0.6352318, -1.3923382) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz005.txt description = Rockingham, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('ksif', 0.0013014) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz005.txt [ncz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz006.txt centroid = (0.6351847, -1.3846343) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz006.txt description = Caswell, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kdan', 0.0030241) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz006.txt [ncz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz007.txt centroid = (0.6351271, -1.3783162) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz007.txt description = Person, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('ktdf', 0.0018427) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz007.txt [ncz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz008.txt centroid = (0.6336243, -1.3727538) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz008.txt description = Granville, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('khnz', 0.0020111) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz008.txt [ncz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz009.txt centroid = (0.6346855, -1.3684830) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz009.txt description = Vance, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('khnz', 0.0016996) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz009.txt [ncz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz010.txt centroid = (0.6352405, -1.3632226) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz010.txt description = Warren, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kavc', 0.0051499) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz010.txt [ncz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz011.txt centroid = (0.6328128, -1.3552813) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz011.txt description = Halifax, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kixa', 0.0012764) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz011.txt [ncz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz012.txt centroid = (0.6356088, -1.3508272) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz012.txt description = Northampton, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kixa', 0.0037460) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz012.txt [ncz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz013.txt centroid = (0.6345843, -1.3436208) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz013.txt description = Hertford, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kasj', 0.0028405) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz013.txt [ncz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz014.txt centroid = (0.6360748, -1.3386972) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz014.txt description = Gates, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('ksfq', 0.0043800) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz014.txt [ncz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz015.txt centroid = (0.6335091, -1.3314541) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz015.txt description = Pasquotank, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kecg', 0.0018807) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz015.txt [ncz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz016.txt centroid = (0.6351288, -1.3301172) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz016.txt description = Camden, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kecg', 0.0025220) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz016.txt [ncz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz017.txt centroid = (0.6353208, -1.3270436) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz017.txt description = Western Currituck, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('konx', 0.0002545) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz017.txt [ncz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz018.txt centroid = (0.6323555, -1.4258799) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz018.txt description = Watauga, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('ktnb', 0.0008571) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz018.txt [ncz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz019.txt centroid = (0.6319226, -1.4165755) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz019.txt description = Wilkes, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kukf', 0.0011469) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz019.txt [ncz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz020.txt centroid = (0.6311198, -1.4078751) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz020.txt description = Yadkin, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kmwk', 0.0054558) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz020.txt [ncz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz021.txt centroid = (0.6305944, -1.4007367) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz021.txt description = Forsyth, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kint', 0.0003278) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz021.txt [ncz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz022.txt centroid = (0.6297043, -1.3925808) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz022.txt description = Guilford, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kgso', 0.0022990) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz022.txt [ncz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz023.txt centroid = (0.6290865, -1.3857827) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz023.txt description = Alamance, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kbuy', 0.0009660) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz023.txt [ncz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz024.txt centroid = (0.6293902, -1.3809132) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz024.txt description = Orange, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kigx', 0.0023609) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz024.txt [ncz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz025.txt centroid = (0.6289451, -1.3766529) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz025.txt description = Durham, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('krdu', 0.0028335) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz025.txt [ncz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz026.txt centroid = (0.6297619, -1.3663432) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz026.txt description = Franklin, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('klhz', 0.0012121) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz026.txt [ncz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz027.txt centroid = (0.6277461, -1.3611212) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz027.txt description = Nash, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('krwi', 0.0023831) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz027.txt [ncz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz028.txt centroid = (0.6267983, -1.3543249) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz028.txt description = Edgecombe, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('ketc', 0.0008605) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz028.txt [ncz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz029.txt centroid = (0.6255539, -1.3457728) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz029.txt description = Martin, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kocw', 0.0048000) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz029.txt [ncz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz030.txt centroid = (0.6294739, -1.3435388) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz030.txt description = Bertie, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kasj', 0.0048572) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz030.txt [ncz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz031.txt centroid = (0.6309487, -1.3370618) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz031.txt description = Chowan, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kede', 0.0022211) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz031.txt [ncz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz032.txt centroid = (0.6319296, -1.3341628) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz032.txt description = Perquimans, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kede', 0.0035910) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz032.txt [ncz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz033.txt centroid = (0.6296555, -1.4298156) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz033.txt description = Avery, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('ktnb', 0.0044023) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz033.txt [ncz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz035.txt centroid = (0.6269415, -1.4168094) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz035.txt description = Alexander, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('ksvh', 0.0041390) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz035.txt [ncz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz036.txt centroid = (0.6249535, -1.4115106) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz036.txt description = Iredell, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('ksvh', 0.0013851) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz036.txt [ncz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz037.txt centroid = (0.6270828, -1.4057685) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz037.txt description = Davie, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kexx', 0.0042749) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz037.txt [ncz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz038.txt centroid = (0.6247092, -1.3999757) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz038.txt description = Davidson, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kexx', 0.0013082) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz038.txt [ncz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz039.txt centroid = (0.6232623, -1.3928775) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz039.txt description = Randolph, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('khbi', 0.0016004) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz039.txt [ncz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz040.txt centroid = (0.6231314, -1.3832659) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz040.txt description = Chatham, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('ktta', 0.0030289) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz040.txt [ncz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz041.txt centroid = (0.6246551, -1.3727084) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz041.txt description = Wake, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('krdu', 0.0025268) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz041.txt [ncz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz042.txt centroid = (0.6198991, -1.3677395) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz042.txt description = Johnston, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kjnx', 0.0005351) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz042.txt [ncz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz043.txt centroid = (0.6231663, -1.3599344) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz043.txt description = Wilson, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('krwi', 0.0025477) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz043.txt [ncz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz044.txt centroid = (0.6212238, -1.3504450) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz044.txt description = Pitt, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kpgv', 0.0007818) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz044.txt [ncz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz045.txt centroid = (0.6252136, -1.3365138) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz045.txt description = Washington, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kede', 0.0035922) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz045.txt [ncz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz046.txt centroid = (0.6251089, -1.3301468) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz046.txt description = Tyrrell, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('k2dp', 0.0051295) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz046.txt [ncz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz047.txt centroid = (0.6243968, -1.3239666) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz047.txt description = Western Dare, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('k2dp', 0.0019885) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz047.txt [ncz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz048.txt centroid = (0.6258419, -1.4434868) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz048.txt description = Madison, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kavl', 0.0078063) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz048.txt [ncz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz049.txt centroid = (0.6265540, -1.4365386) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz049.txt description = Yancey, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('k0a9', 0.0084479) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz049.txt [ncz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz050.txt centroid = (0.6285507, -1.4340219) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz050.txt description = Mitchell, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('k0a9', 0.0062263) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz050.txt [ncz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz051.txt centroid = (0.6193598, -1.4572225) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz051.txt description = Swain, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('k1a5', 0.0048357) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz051.txt [ncz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz052.txt centroid = (0.6205710, -1.4483126) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz052.txt description = Haywood, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kavl', 0.0067286) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz052.txt [ncz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz053.txt centroid = (0.6215327, -1.4404237) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz053.txt description = Buncombe, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kavl', 0.0031047) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz053.txt [ncz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz056.txt centroid = (0.6224298, -1.4174587) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz056.txt description = Catawba, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('khky', 0.0028388) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz056.txt [ncz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz057.txt centroid = (0.6220284, -1.4054211) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz057.txt description = Rowan, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kruq', 0.0002143) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz057.txt [ncz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz058.txt centroid = (0.6169774, -1.4631706) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz058.txt description = Graham, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('krhp', 0.0027425) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz058.txt [ncz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz059.txt centroid = (0.6172147, -1.4517265) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz059.txt description = Northern Jackson, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('k1a5', 0.0042631) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz059.txt [ncz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz060.txt centroid = (0.6132022, -1.4671849) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz060.txt description = Cherokee, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('krhp', 0.0030449) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz060.txt [ncz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz061.txt centroid = (0.6118636, -1.4617167) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz061.txt description = Clay, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('krhp', 0.0028992) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz061.txt [ncz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz062.txt centroid = (0.6134902, -1.4559903) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz062.txt description = Macon, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('k1a5', 0.0011592) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz062.txt [ncz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz063.txt centroid = (0.6136822, -1.4500178) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz063.txt description = Southern Jackson, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('k1a5', 0.0048995) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz063.txt [ncz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz064.txt centroid = (0.6143943, -1.4451030) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz064.txt description = Transylvania, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kavl', 0.0055238) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz064.txt [ncz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz065.txt centroid = (0.6167330, -1.4395458) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz065.txt description = Henderson, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kavl', 0.0018580) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz065.txt [ncz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz068.txt centroid = (0.6166946, -1.4234103) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz068.txt description = Cleveland, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('keho', 0.0015978) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz068.txt [ncz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz069.txt centroid = (0.6193510, -1.4176245) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz069.txt description = Lincoln, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kipj', 0.0008901) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz069.txt [ncz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz070.txt centroid = (0.6160052, -1.4168600) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz070.txt description = Gaston, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kakh', 0.0017042) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz070.txt [ncz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz071.txt centroid = (0.6151727, -1.4107985) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz071.txt description = Mecklenburg, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kclt', 0.0017517) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz071.txt [ncz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz072.txt centroid = (0.6176162, -1.4058959) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz072.txt description = Cabarrus, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kjqf', 0.0022458) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz072.txt [ncz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz073.txt centroid = (0.6163107, -1.4006389) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz073.txt description = Stanly, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kvuj', 0.0023146) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz073.txt [ncz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz074.txt centroid = (0.6166667, -1.3946123) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz074.txt description = Montgomery, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kvuj', 0.0037898) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz074.txt [ncz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz075.txt centroid = (0.6162880, -1.3872104) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz075.txt description = Moore, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('ksop', 0.0017791) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz075.txt [ncz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz076.txt centroid = (0.6191556, -1.3818051) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz076.txt description = Lee, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('ktta', 0.0021248) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz076.txt [ncz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz077.txt centroid = (0.6173003, -1.3765290) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz077.txt description = Harnett, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('khrj', 0.0019388) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz077.txt [ncz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz078.txt centroid = (0.6172147, -1.3614266) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz078.txt description = Wayne, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kgsb', 0.0007518) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz078.txt [ncz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz079.txt centroid = (0.6193336, -1.3556950) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz079.txt description = Greene, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kiso', 0.0027800) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz079.txt [ncz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz080.txt centroid = (0.6194994, -1.3415142) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz080.txt description = Beaufort, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kocw', 0.0029629) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz080.txt [ncz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz081.txt centroid = (0.6202464, -1.3308694) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz081.txt description = Western Hyde, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('k7w6', 0.0042541) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz081.txt [ncz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz082.txt centroid = (0.6106628, -1.4055259) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz082.txt description = Union, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('keqy', 0.0013243) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz082.txt [ncz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz083.txt centroid = (0.6104080, -1.3980559) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz083.txt description = Anson, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kafp', 0.0008953) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz083.txt [ncz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz084.txt centroid = (0.6109682, -1.3918652) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz084.txt description = Richmond, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('krcz', 0.0020301) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz084.txt [ncz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz085.txt centroid = (0.6080919, -1.3871964) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz085.txt description = Scotland, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kmeb', 0.0019176) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz085.txt [ncz086] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz086.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz086.txt centroid = (0.6111689, -1.3829483) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz086.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz086.txt description = Hoke, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz086.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz086.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz086.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz086.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz086.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz086.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz086.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz086.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz086.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz086.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz086.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz086.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz086.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz086.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz086.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz086.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz086.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz086.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz086.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz086.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz086.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz086.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz086.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz086.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz086.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz086.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz086.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz086.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz086.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz086.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kpob', 0.0039057) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz086.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz086.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz086.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz086.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz086.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz086.txt [ncz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz087.txt centroid = (0.6045838, -1.3806165) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz087.txt description = Robeson, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('klbt', 0.0008773) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz087.txt [ncz088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz088.txt centroid = (0.6117117, -1.3757959) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz088.txt description = Cumberland, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kfay', 0.0013911) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz088.txt [ncz089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz089.txt centroid = (0.6107169, -1.3678355) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz089.txt description = Sampson, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kctz', 0.0002933) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz089.txt [ncz090] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz090.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz090.txt centroid = (0.6097570, -1.3601927) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz090.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz090.txt description = Duplin, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz090.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz090.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz090.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz090.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz090.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz090.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz090.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz090.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz090.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz090.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz090.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz090.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz090.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz090.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz090.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz090.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz090.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz090.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz090.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz090.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz090.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz090.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz090.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz090.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz090.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz090.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz090.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz090.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz090.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz090.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kdpl', 0.0013065) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz090.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz090.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz090.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz090.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz090.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz090.txt [ncz091] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz091.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz091.txt centroid = (0.6150418, -1.3551016) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz091.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz091.txt description = Lenoir, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz091.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz091.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz091.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz091.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz091.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz091.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz091.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz091.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz091.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz091.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz091.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz091.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz091.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz091.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz091.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz091.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz091.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz091.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz091.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz091.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz091.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz091.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz091.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz091.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz091.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz091.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz091.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz091.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz091.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz091.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kiso', 0.0016792) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz091.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz091.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz091.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz091.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz091.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz091.txt [ncz092] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz092.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz092.txt centroid = (0.6112527, -1.3501082) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz092.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz092.txt description = Jones, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz092.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz092.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz092.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz092.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz092.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz092.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz092.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz092.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz092.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz092.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz092.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz092.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz092.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz092.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz092.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz092.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz092.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz092.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz092.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz092.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz092.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz092.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz092.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz092.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz092.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz092.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz092.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz092.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz092.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz092.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('koaj', 0.0049832) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz092.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz092.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz092.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz092.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz092.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz092.txt [ncz093] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz093.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz093.txt centroid = (0.6130678, -1.3455947) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz093.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz093.txt description = Craven, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz093.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz093.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz093.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz093.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz093.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz093.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz093.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz093.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz093.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz093.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz093.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz093.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz093.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz093.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz093.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz093.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz093.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz093.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz093.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz093.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz093.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz093.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz093.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz093.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz093.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz093.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz093.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz093.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz093.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz093.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kewn', 0.0012461) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz093.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz093.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz093.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz093.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz093.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz093.txt [ncz094] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz094.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz094.txt centroid = (0.6133209, -1.3395175) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz094.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz094.txt description = Pamlico, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz094.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz094.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz094.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz094.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz094.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz094.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz094.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz094.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz094.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz094.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz094.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz094.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz094.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz094.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz094.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz094.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz094.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz094.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz094.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz094.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz094.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz094.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz094.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz094.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz094.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz094.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz094.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz094.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz094.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz094.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('knkt', 0.0046414) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz094.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz094.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz094.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz094.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz094.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz094.txt [ncz095] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz095.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz095.txt centroid = (0.6079453, -1.3381562) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz095.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz095.txt description = Carteret, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz095.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz095.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz095.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz095.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz095.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz095.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz095.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz095.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz095.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz095.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz095.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz095.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz095.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz095.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz095.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz095.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz095.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz095.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz095.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz095.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz095.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz095.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz095.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz095.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz095.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz095.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz095.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz095.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz095.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz095.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kmrh', 0.0017595) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz095.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz095.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz095.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz095.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz095.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz095.txt [ncz096] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz096.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz096.txt centroid = (0.6041335, -1.3711865) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz096.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz096.txt description = Bladen, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz096.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz096.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz096.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz096.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz096.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz096.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz096.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz096.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz096.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz096.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz096.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz096.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz096.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz096.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz096.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz096.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz096.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz096.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz096.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz096.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz096.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz096.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz096.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz096.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz096.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz096.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz096.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz096.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz096.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz096.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('keyf', 0.0003820) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz096.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz096.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz096.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz096.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz096.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz096.txt [ncz098] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz098.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz098.txt centroid = (0.6062820, -1.3514817) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz098.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz098.txt description = Onslow, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz098.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz098.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz098.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz098.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz098.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz098.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz098.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz098.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz098.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz098.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz098.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz098.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz098.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz098.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz098.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz098.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz098.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz098.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz098.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz098.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz098.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz098.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz098.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz098.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz098.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz098.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz098.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz098.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz098.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz098.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('knca', 0.0006910) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz098.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz098.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz098.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz098.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz098.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz098.txt [ncz099] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz099.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz099.txt centroid = (0.5980458, -1.3727887) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz099.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz099.txt description = Columbus, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz099.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz099.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz099.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz099.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz099.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz099.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz099.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz099.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz099.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz099.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz099.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz099.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz099.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz099.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz099.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz099.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz099.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz099.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz099.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz099.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz099.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz099.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz099.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz099.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz099.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz099.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz099.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz099.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz099.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz099.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('keyf', 0.0059286) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz099.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz099.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz099.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz099.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz099.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz099.txt [ncz102] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz102.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz102.txt centroid = (0.6353016, -1.3237275) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz102.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz102.txt description = Eastern Currituck, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz102.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz102.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz102.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz102.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz102.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz102.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz102.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz102.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz102.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz102.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz102.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz102.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz102.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz102.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz102.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz102.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz102.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz102.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz102.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz102.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz102.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz102.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz102.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz102.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz102.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz102.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz102.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz102.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz102.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz102.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('konx', 0.0024179) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz102.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz102.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz102.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz102.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz102.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz102.txt [ncz103] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz103.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz103.txt centroid = (0.6241193, -1.3198372) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz103.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz103.txt description = Eastern Dare, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz103.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz103.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz103.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz103.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz103.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz103.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz103.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz103.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz103.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz103.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz103.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz103.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz103.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz103.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz103.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz103.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz103.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz103.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz103.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz103.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz103.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz103.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz103.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz103.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz103.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz103.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz103.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz103.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz103.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz103.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('kmqi', 0.0029632) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz103.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz103.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz103.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz103.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz103.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz103.txt [ncz104] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nc/ncz104.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nc/ncz104.txt centroid = (0.6131132, -1.3249388) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nc/ncz104.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nc/ncz104.txt description = Eastern Hyde, NC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nc/ncz104.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nc/ncz104.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nc/ncz104.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nc/ncz104.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nc/ncz104.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nc/ncz104.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nc/ncz104.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nc/ncz104.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nc/ncz104.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nc/ncz104.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nc/ncz104.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nc/ncz104.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nc/ncz104.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nc/ncz104.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nc/ncz104.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nc/ncz104.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nc/ncz104.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nc/ncz104.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nc/ncz104.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nc/ncz104.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nc/ncz104.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nc/ncz104.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nc/ncz104.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nc/ncz104.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nc/ncz104.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nc/ncz104.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nc/ncz104.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nc/ncz104.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nc/ncz104.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nc/ncz104.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nc.txt station = ('khse', 0.0046094) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nc/ncz104.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nc/ncz104.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nc/ncz104.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nc/ncz104.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nc/ncz104.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz104.txt [ncz105] centroid = (0.6027111, -1.3599745) @@ -52472,3973 +52472,3973 @@ station = ('kfqd', 0.0038827) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nc/ncz510.txt [ndz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz001.txt centroid = (0.8519807, -1.8061941) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz001.txt description = Divide, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kd50', 0.0029496) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz001.txt [ndz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz002.txt centroid = (0.8515619, -1.7892819) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz002.txt description = Burke, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kd60', 0.0083981) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz002.txt [ndz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz003.txt centroid = (0.8503104, -1.7742686) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz003.txt description = Renville, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kmib', 0.0063673) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz003.txt [ndz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz004.txt centroid = (0.8515828, -1.7598766) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz004.txt description = Bottineau, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kmib', 0.0088582) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz004.txt [ndz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz005.txt centroid = (0.8512390, -1.7425559) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz005.txt description = Rolette, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('k06d', 0.0031983) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz005.txt [ndz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz006.txt centroid = (0.8497240, -1.7321677) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz006.txt description = Towner, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('k9d7', 0.0035901) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz006.txt [ndz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz007.txt centroid = (0.8512355, -1.7185384) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz007.txt description = Cavalier, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kd55', 0.0008867) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz007.txt [ndz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz008.txt centroid = (0.8511482, -1.7025984) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz008.txt description = Pembina, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('k2c8', 0.0009664) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz008.txt [ndz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz009.txt centroid = (0.8437567, -1.8060702) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz009.txt description = Williams, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kisn', 0.0034243) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz009.txt [ndz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz010.txt centroid = (0.8412714, -1.7864422) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz010.txt description = Mountrail, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('k08d', 0.0018347) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz010.txt [ndz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz011.txt centroid = (0.8416292, -1.7722387) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz011.txt description = Ward, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kmot', 0.0031046) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz011.txt [ndz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz012.txt centroid = (0.8418526, -1.7564348) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz012.txt description = McHenry, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kmot', 0.0075404) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz012.txt [ndz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz013.txt centroid = (0.8421144, -1.7448371) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz013.txt description = Pierce, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('krug', 0.0025349) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz013.txt [ndz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz014.txt centroid = (0.8389693, -1.7342621) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz014.txt description = Benson, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kdvl', 0.0053015) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz014.txt [ndz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz015.txt centroid = (0.8424530, -1.7229908) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz015.txt description = Ramsey, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kdvl', 0.0035070) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz015.txt [ndz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz016.txt centroid = (0.8441861, -1.7016925) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz016.txt description = Eastern Walsh County, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kgaf', 0.0016244) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz016.txt [ndz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz017.txt centroid = (0.8332237, -1.8045884) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz017.txt description = McKenzie, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('ks25', 0.0019156) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz017.txt [ndz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz018.txt centroid = (0.8265321, -1.7910255) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz018.txt description = Dunn, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kdik', 0.0099553) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz018.txt [ndz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz019.txt centroid = (0.8257013, -1.7772950) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz019.txt description = Mercer, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('khze', 0.0029858) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz019.txt [ndz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz020.txt centroid = (0.8223171, -1.7687219) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz020.txt description = Oliver, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('khze', 0.0041752) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz020.txt [ndz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz021.txt centroid = (0.8308989, -1.7683990) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz021.txt description = McLean, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kn60', 0.0015114) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz021.txt [ndz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz022.txt centroid = (0.8303474, -1.7513611) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz022.txt description = Sheridan, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('k5h4', 0.0061506) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz022.txt [ndz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz023.txt centroid = (0.8305603, -1.7394126) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz023.txt description = Wells, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('k5h4', 0.0047674) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz023.txt [ndz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz024.txt centroid = (0.8328292, -1.7261586) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz024.txt description = Eddy, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('k46d', 0.0055027) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz024.txt [ndz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz025.txt centroid = (0.8282826, -1.7258357) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz025.txt description = Foster, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('k46d', 0.0031680) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz025.txt [ndz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz026.txt centroid = (0.8363897, -1.7137754) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz026.txt description = Nelson, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('ks32', 0.0087649) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz026.txt [ndz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz027.txt centroid = (0.8363949, -1.7009455) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz027.txt description = Grand Forks, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('krdr', 0.0010269) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz027.txt [ndz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz028.txt centroid = (0.8282844, -1.7145608) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz028.txt description = Griggs, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('ks32', 0.0016620) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz028.txt [ndz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz029.txt centroid = (0.8282669, -1.7056178) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz029.txt description = Steele, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('ks32', 0.0045369) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz029.txt [ndz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz030.txt centroid = (0.8282320, -1.6957881) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz030.txt description = Traill, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kgfk', 0.0086571) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz030.txt [ndz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz031.txt centroid = (0.8192610, -1.8124668) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz031.txt description = Golden Valley, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('k20u', 0.0016328) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz031.txt [ndz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz032.txt centroid = (0.8207149, -1.8042585) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz032.txt description = Billings, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kdik', 0.0079022) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz032.txt [ndz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz033.txt centroid = (0.8170008, -1.7916677) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz033.txt description = Stark, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kdik', 0.0017423) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz033.txt [ndz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz034.txt centroid = (0.8153498, -1.7676887) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz034.txt description = Morton, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('ky19', 0.0047192) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz034.txt [ndz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz035.txt centroid = (0.8199103, -1.7535114) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz035.txt description = Burleigh, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kbis', 0.0047672) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz035.txt [ndz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz036.txt centroid = (0.8199592, -1.7414913) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz036.txt description = Kidder, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('k46d', 0.0110951) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz036.txt [ndz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz037.txt centroid = (0.8199417, -1.7271569) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz037.txt description = Stutsman, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kjms', 0.0035710) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz037.txt [ndz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz038.txt centroid = (0.8191895, -1.7116723) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz038.txt description = Barnes, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kbac', 0.0006440) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz038.txt [ndz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz039.txt centroid = (0.8191354, -1.6972995) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz039.txt description = Cass, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kfar', 0.0051418) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz039.txt [ndz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz040.txt centroid = (0.8106566, -1.8057159) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz040.txt description = Slope, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kbww', 0.0052953) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz040.txt [ndz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz041.txt centroid = (0.8104018, -1.7882713) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz041.txt description = Hettinger, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kdik', 0.0075956) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz041.txt [ndz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz042.txt centroid = (0.8091050, -1.7739474) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz042.txt description = Grant, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kd57', 0.0083614) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz042.txt [ndz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz043.txt centroid = (0.8048167, -1.8067771) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz043.txt description = Bowman, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kbww', 0.0028658) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz043.txt [ndz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz044.txt centroid = (0.8045427, -1.7894599) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz044.txt description = Adams, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('khei', 0.0020314) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz044.txt [ndz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz045.txt centroid = (0.8048167, -1.7634894) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz045.txt description = Sioux, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('ky19', 0.0115750) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz045.txt [ndz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz046.txt centroid = (0.8078274, -1.7494971) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz046.txt description = Emmons, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('k7l2', 0.0011295) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz046.txt [ndz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz047.txt centroid = (0.8108346, -1.7362099) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz047.txt description = Logan, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kjms', 0.0127753) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz047.txt [ndz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz048.txt centroid = (0.8108259, -1.7197689) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz048.txt description = La Moure, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kjms', 0.0084623) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz048.txt [ndz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz049.txt centroid = (0.8108119, -1.7044449) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz049.txt description = Ransom, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kgwr', 0.0041485) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz049.txt [ndz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz050.txt centroid = (0.8048045, -1.7355764) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz050.txt description = McIntosh, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('k7l2', 0.0099059) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz050.txt [ndz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz051.txt centroid = (0.8047748, -1.7192296) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz051.txt description = Dickey, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kabr', 0.0115723) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz051.txt [ndz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz052.txt centroid = (0.8047329, -1.7039754) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz052.txt description = Sargent, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kgwr', 0.0019401) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz052.txt [ndz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz053.txt centroid = (0.8074696, -1.6920670) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz053.txt description = Richland, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kbwp', 0.0041320) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz053.txt [ndz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nd/ndz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nd/ndz054.txt centroid = (0.8442402, -1.7118887) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nd/ndz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nd/ndz054.txt description = Western Walsh County, ND -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nd/ndz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nd/ndz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nd/ndz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nd/ndz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nd/ndz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nd/ndz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nd/ndz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nd/ndz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nd/ndz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nd/ndz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nd/ndz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nd/ndz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nd/ndz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nd/ndz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nd/ndz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nd/ndz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nd/ndz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nd/ndz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nd/ndz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nd/ndz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nd/ndz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nd/ndz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nd/ndz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nd/ndz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nd/ndz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nd/ndz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nd/ndz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nd/ndz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nd/ndz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nd/ndz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nd.txt station = ('kd55', 0.0075604) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nd/ndz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nd/ndz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nd/ndz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nd/ndz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nd/ndz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nd/ndz054.txt [nez002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez002.txt centroid = (0.7455994, -1.8000523) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez002.txt description = Dawes, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kcdr', 0.0020345) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez002.txt [nez003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez003.txt centroid = (0.7368745, -1.7991849) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez003.txt description = Box Butte, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kaia', 0.0047388) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez003.txt [nez004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez004.txt centroid = (0.7418487, -1.7873742) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez004.txt description = Sheridan, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kien', 0.0093272) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez004.txt [nez005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez005.txt centroid = (0.7427720, -1.7541885) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez005.txt description = Eastern Cherry, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kvtn', 0.0054198) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez005.txt [nez006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez006.txt centroid = (0.7483780, -1.7403097) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez006.txt description = Keya Paha, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kanw', 0.0063408) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez006.txt [nez007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez007.txt centroid = (0.7487410, -1.7238006) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez007.txt description = Boyd, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('konl', 0.0076328) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez007.txt [nez008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez008.txt centroid = (0.7405432, -1.7440988) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez008.txt description = Brown, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kanw', 0.0028257) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez008.txt [nez009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez009.txt centroid = (0.7403914, -1.7357299) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez009.txt description = Rock, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kanw', 0.0076212) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez009.txt [nez010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez010.txt centroid = (0.7409918, -1.7241026) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez010.txt description = Holt, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('konl', 0.0013077) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez010.txt [nez011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez011.txt centroid = (0.7441543, -1.7085360) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez011.txt description = Knox, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kykn', 0.0081418) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez011.txt [nez012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez012.txt centroid = (0.7434980, -1.6973728) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez012.txt description = Cedar, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kykn', 0.0057880) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez012.txt [nez013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez013.txt centroid = (0.7416462, -1.6906603) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez013.txt description = Dixon, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('klcg', 0.0046284) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez013.txt [nez014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez014.txt centroid = (0.7398643, -1.6853702) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez014.txt description = Dakota, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('ksux', 0.0023407) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez014.txt [nez015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez015.txt centroid = (0.7357994, -1.6850124) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez015.txt description = Thurston, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('ksux', 0.0044442) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez015.txt [nez016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez016.txt centroid = (0.7361258, -1.7115868) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez016.txt description = Antelope, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kbvn', 0.0078303) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez016.txt [nez017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez017.txt centroid = (0.7376529, -1.7034640) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez017.txt description = Pierce, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kofk', 0.0053658) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez017.txt [nez018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez018.txt centroid = (0.7366895, -1.6950516) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez018.txt description = Wayne, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('klcg', 0.0018703) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez018.txt [nez019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez019.txt centroid = (0.7304308, -1.8100461) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez019.txt description = Scotts Bluff, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kbff', 0.0014316) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez019.txt [nez020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez020.txt centroid = (0.7251145, -1.8100879) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez020.txt description = Banner, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kbff', 0.0057786) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez020.txt [nez021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez021.txt centroid = (0.7280816, -1.7978724) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez021.txt description = Morrill, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kaia', 0.0064392) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez021.txt [nez022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez022.txt centroid = (0.7263956, -1.7860897) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez022.txt description = Garden, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kaia', 0.0096427) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez022.txt [nez023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez023.txt centroid = (0.7315548, -1.7757067) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez023.txt description = Grant, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('koga', 0.0138852) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez023.txt [nez024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez024.txt centroid = (0.7315705, -1.7651440) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez024.txt description = Hooker, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('ktif', 0.0073974) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez024.txt [nez025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez025.txt centroid = (0.7315286, -1.7550298) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez025.txt description = Thomas, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('ktif', 0.0008624) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez025.txt [nez026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez026.txt centroid = (0.7315164, -1.7449261) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez026.txt description = Blaine, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('ktif', 0.0077335) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez026.txt [nez027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez027.txt centroid = (0.7315338, -1.7358067) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez027.txt description = Loup, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kodx', 0.0083672) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez027.txt [nez028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez028.txt centroid = (0.7315425, -1.7277259) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez028.txt description = Garfield, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kodx', 0.0052226) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez028.txt [nez029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez029.txt centroid = (0.7315513, -1.7196415) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez029.txt description = Wheeler, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kodx', 0.0075648) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez029.txt [nez030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez030.txt centroid = (0.7279210, -1.7115973) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez030.txt description = Boone, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kbvn', 0.0004058) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez030.txt [nez031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez031.txt centroid = (0.7315827, -1.7034553) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez031.txt description = Madison, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kofk', 0.0024662) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez031.txt [nez032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez032.txt centroid = (0.7315862, -1.6963536) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez032.txt description = Stanton, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kofk', 0.0033178) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez032.txt [nez033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez033.txt centroid = (0.7315792, -1.6892588) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez033.txt description = Cuming, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('klcg', 0.0062083) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez033.txt [nez034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez034.txt centroid = (0.7304465, -1.6812530) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez034.txt description = Burt, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('ktqe', 0.0024018) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez034.txt [nez035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez035.txt centroid = (0.7255142, -1.7749283) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez035.txt description = Arthur, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('koga', 0.0078978) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez035.txt [nez036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez036.txt centroid = (0.7255002, -1.7638385) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez036.txt description = McPherson, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('ktif', 0.0093919) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez036.txt [nez037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez037.txt centroid = (0.7254723, -1.7537557) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez037.txt description = Logan, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('ktif', 0.0069922) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez037.txt [nez038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez038.txt centroid = (0.7224668, -1.7405488) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez038.txt description = Custer, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kbbw', 0.0013923) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez038.txt [nez039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez039.txt centroid = (0.7254862, -1.7275601) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez039.txt description = Valley, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kodx', 0.0009570) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez039.txt [nez040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez040.txt centroid = (0.7254897, -1.7195193) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez040.txt description = Greeley, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kodx', 0.0056626) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez040.txt [nez041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez041.txt centroid = (0.7225192, -1.7102883) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez041.txt description = Nance, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kbvn', 0.0058364) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez041.txt [nez042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez042.txt centroid = (0.7255351, -1.7020416) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez042.txt description = Platte, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kolu', 0.0032145) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez042.txt [nez043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez043.txt centroid = (0.7255875, -1.6944826) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez043.txt description = Colfax, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kolu', 0.0038738) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez043.txt [nez044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez044.txt centroid = (0.7256678, -1.6869340) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez044.txt description = Dodge, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kfet', 0.0028632) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez044.txt [nez045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez045.txt centroid = (0.7248544, -1.6793872) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez045.txt description = Washington, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kbta', 0.0023520) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez045.txt [nez046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez046.txt centroid = (0.7194334, -1.7274623) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez046.txt description = Sherman, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kodx', 0.0069230) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez046.txt [nez047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez047.txt centroid = (0.7194247, -1.7194478) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez047.txt description = Howard, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kgri', 0.0051478) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez047.txt [nez048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez048.txt centroid = (0.7185486, -1.7110789) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez048.txt description = Merrick, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kauh', 0.0048490) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez048.txt [nez049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez049.txt centroid = (0.7188470, -1.7028898) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez049.txt description = Polk, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kjyr', 0.0051159) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez049.txt [nez050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez050.txt centroid = (0.7194980, -1.6952488) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez050.txt description = Butler, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kolu', 0.0047528) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez050.txt [nez051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez051.txt centroid = (0.7195312, -1.6866391) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez051.txt description = Saunders, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kahq', 0.0004943) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez051.txt [nez052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez052.txt centroid = (0.7207390, -1.6782109) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez052.txt description = Douglas, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kmle', 0.0018221) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez052.txt [nez053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez053.txt centroid = (0.7175590, -1.6774691) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez053.txt description = Sarpy, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kmle', 0.0014440) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez053.txt [nez054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez054.txt centroid = (0.7190355, -1.8101682) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez054.txt description = Kimball, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kibm', 0.0006825) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez054.txt [nez055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez055.txt centroid = (0.7194212, -1.7976019) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez055.txt description = Cheyenne, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('ksny', 0.0020965) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez055.txt [nez056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez056.txt centroid = (0.7175328, -1.7860635) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez056.txt description = Deuel, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('ksny', 0.0085431) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez056.txt [nez057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez057.txt centroid = (0.7190547, -1.7743244) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez057.txt description = Keith, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('koga', 0.0019757) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez057.txt [nez058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez058.txt centroid = (0.7129827, -1.7741202) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez058.txt description = Perkins, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('koga', 0.0049481) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez058.txt [nez059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez059.txt centroid = (0.7164193, -1.7583354) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez059.txt description = Lincoln, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('klbf', 0.0015850) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez059.txt [nez060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez060.txt centroid = (0.7133143, -1.7421789) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez060.txt description = Dawson, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('klxn', 0.0014841) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez060.txt [nez061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez061.txt centroid = (0.7130560, -1.7291850) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez061.txt description = Buffalo, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kear', 0.0023449) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez061.txt [nez062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez062.txt centroid = (0.7133597, -1.7191877) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez062.txt description = Hall, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kgri', 0.0029476) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez062.txt [nez063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez063.txt centroid = (0.7133772, -1.7108293) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez063.txt description = Hamilton, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kauh', 0.0005212) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez063.txt [nez064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez064.txt centroid = (0.7133649, -1.7033907) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez064.txt description = York, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kjyr', 0.0005370) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez064.txt [nez065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez065.txt centroid = (0.7133562, -1.6954041) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez065.txt description = Seward, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('klnk', 0.0049687) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez065.txt [nez066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez066.txt centroid = (0.7118168, -1.6875205) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez066.txt description = Lancaster, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('klnk', 0.0013505) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez066.txt [nez067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez067.txt centroid = (0.7140107, -1.6779735) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez067.txt description = Cass, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kpmv', 0.0030233) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez067.txt [nez068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez068.txt centroid = (0.7094502, -1.6778688) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez068.txt description = Otoe, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kafk', 0.0038665) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez068.txt [nez069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez069.txt centroid = (0.7072807, -1.7749632) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez069.txt description = Chase, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kiml', 0.0010858) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez069.txt [nez070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez070.txt centroid = (0.7072912, -1.7638612) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez070.txt description = Hayes, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kmck', 0.0085219) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez070.txt [nez071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez071.txt centroid = (0.7073837, -1.7522093) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez071.txt description = Frontier, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kmck', 0.0062864) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez071.txt [nez072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez072.txt centroid = (0.7071167, -1.7423744) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez072.txt description = Gosper, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('klxn', 0.0048742) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez072.txt [nez073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez073.txt centroid = (0.7070521, -1.7351103) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez073.txt description = Phelps, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('khde', 0.0015160) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez073.txt [nez074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez074.txt centroid = (0.7069753, -1.7269684) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez074.txt description = Kearney, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kear', 0.0040150) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez074.txt [nez075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez075.txt centroid = (0.7072860, -1.7191703) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez075.txt description = Adams, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('khsi', 0.0015957) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez075.txt [nez076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez076.txt centroid = (0.7072842, -1.7113163) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez076.txt description = Clay, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('khsi', 0.0052358) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez076.txt [nez077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez077.txt centroid = (0.7072894, -1.7033803) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez077.txt description = Fillmore, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kjyr', 0.0065013) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez077.txt [nez078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez078.txt centroid = (0.7072772, -1.6954268) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez078.txt description = Saline, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kbie', 0.0065004) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez078.txt [nez079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez079.txt centroid = (0.7012070, -1.7747887) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez079.txt description = Dundy, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kiml', 0.0060173) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez079.txt [nez080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez080.txt centroid = (0.7012087, -1.7635191) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez080.txt description = Hitchcock, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kmck', 0.0061321) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez080.txt [nez081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez081.txt centroid = (0.7012000, -1.7536510) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez081.txt description = Red Willow, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kmck', 0.0014819) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez081.txt [nez082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez082.txt centroid = (0.7012105, -1.7437986) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez082.txt description = Furnas, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kmck', 0.0089564) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez082.txt [nez083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez083.txt centroid = (0.7012122, -1.7349376) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez083.txt description = Harlan, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('khde', 0.0048668) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez083.txt [nez084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez084.txt centroid = (0.7012087, -1.7270504) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez084.txt description = Franklin, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('khde', 0.0069628) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez084.txt [nez085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez085.txt centroid = (0.7012105, -1.7191476) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez085.txt description = Webster, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('khsi', 0.0074460) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez085.txt [nez086] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez086.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez086.txt centroid = (0.7012105, -1.7112465) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez086.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez086.txt description = Nuckolls, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez086.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez086.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez086.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez086.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez086.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez086.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez086.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez086.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez086.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez086.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez086.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez086.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez086.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez086.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez086.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez086.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez086.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez086.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez086.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez086.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez086.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez086.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez086.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez086.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez086.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez086.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez086.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez086.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez086.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez086.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('khjh', 0.0061533) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez086.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez086.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez086.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez086.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez086.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez086.txt [nez087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez087.txt centroid = (0.7012087, -1.7033506) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez087.txt description = Thayer, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('khjh', 0.0004331) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez087.txt [nez088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez088.txt centroid = (0.7011982, -1.6954582) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez088.txt description = Jefferson, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('khjh', 0.0059407) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez088.txt [nez089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez089.txt centroid = (0.7027027, -1.6875466) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez089.txt description = Gage, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kbie', 0.0010466) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez089.txt [nez090] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez090.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez090.txt centroid = (0.7049839, -1.6801395) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez090.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez090.txt description = Johnson, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez090.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez090.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez090.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez090.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez090.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez090.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez090.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez090.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez090.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez090.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez090.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez090.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez090.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez090.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez090.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez090.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez090.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez090.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez090.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez090.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez090.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez090.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez090.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez090.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez090.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez090.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez090.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez090.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez090.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez090.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kafk', 0.0065899) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez090.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez090.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez090.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez090.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez090.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez090.txt [nez091] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez091.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez091.txt centroid = (0.7049053, -1.6728737) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez091.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez091.txt description = Nemaha, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez091.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez091.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez091.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez091.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez091.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez091.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez091.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez091.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez091.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez091.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez091.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez091.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez091.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez091.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez091.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez091.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez091.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez091.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez091.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez091.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez091.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez091.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez091.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez091.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez091.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez091.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez091.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez091.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez091.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez091.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kafk', 0.0036984) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez091.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez091.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez091.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez091.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez091.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez091.txt [nez092] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez092.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez092.txt centroid = (0.7004251, -1.6796525) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez092.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez092.txt description = Pawnee, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez092.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez092.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez092.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez092.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez092.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez092.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez092.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez092.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez092.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez092.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez092.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez092.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez092.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez092.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez092.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez092.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez092.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez092.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez092.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez092.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez092.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez092.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez092.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez092.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez092.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez092.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez092.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez092.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez092.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez092.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kmyz', 0.0071358) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez092.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez092.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez092.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez092.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez092.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez092.txt [nez093] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez093.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez093.txt centroid = (0.7003116, -1.6705716) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez093.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez093.txt description = Richardson, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez093.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez093.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez093.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez093.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez093.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez093.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez093.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez093.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez093.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez093.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez093.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez093.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez093.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez093.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez093.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez093.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez093.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez093.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez093.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez093.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez093.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez093.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez093.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez093.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez093.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez093.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez093.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez093.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez093.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez093.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('kfnb', 0.0019225) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez093.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez093.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez093.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez093.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez093.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez093.txt [nez094] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ne/nez094.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ne/nez094.txt centroid = (0.7424299, -1.7705178) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ne/nez094.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ne/nez094.txt description = Western Cherry, NE -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ne/nez094.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ne/nez094.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ne/nez094.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ne/nez094.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ne/nez094.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ne/nez094.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ne/nez094.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ne/nez094.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ne.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ne/nez094.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ne/nez094.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ne/nez094.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ne/nez094.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ne/nez094.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ne/nez094.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ne/nez094.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ne.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ne/nez094.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ne/nez094.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ne/nez094.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ne/nez094.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ne/nez094.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ne/nez094.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ne/nez094.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ne/nez094.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ne.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ne/nez094.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ne/nez094.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ne/nez094.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ne/nez094.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ne/nez094.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ne/nez094.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ne/nez094.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ne.txt station = ('ktif', 0.0151229) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ne/nez094.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ne/nez094.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ne/nez094.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ne/nez094.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ne/nez094.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez094.txt [nez095] centroid = (0.7455034, -1.8111613) @@ -56453,1057 +56453,1057 @@ station = ('ktor', 0.0060039) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ne/nez096.txt [nhz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nh/nhz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nh/nhz001.txt centroid = (0.7849810, -1.2441265) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nh/nhz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nh/nhz001.txt description = Northern Coos, NH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nh/nhz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nh/nhz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nh/nhz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nh/nhz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nh/nhz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nh/nhz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nh/nhz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nh/nhz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nh/nhz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nh/nhz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nh/nhz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nh/nhz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nh/nhz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nh/nhz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nh/nhz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nh/nhz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nh/nhz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nh/nhz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nh/nhz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nh/nhz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nh/nhz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nh/nhz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nh/nhz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nh/nhz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nh/nhz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nh/nhz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nh/nhz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nh/nhz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nh/nhz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nh/nhz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nh.txt station = ('kbml', 0.0069658) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nh/nhz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nh/nhz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nh/nhz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nh/nhz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nh/nhz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nh/nhz001.txt [nhz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nh/nhz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nh/nhz002.txt centroid = (0.7761741, -1.2448177) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nh/nhz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nh/nhz002.txt description = Southern Coos, NH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nh/nhz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nh/nhz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nh/nhz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nh/nhz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nh/nhz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nh/nhz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nh/nhz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nh/nhz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nh/nhz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nh/nhz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nh/nhz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nh/nhz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nh/nhz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nh/nhz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nh/nhz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nh/nhz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nh/nhz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nh/nhz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nh/nhz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nh/nhz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nh/nhz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nh/nhz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nh/nhz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nh/nhz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nh/nhz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nh/nhz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nh/nhz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nh/nhz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nh/nhz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nh/nhz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nh.txt station = ('kbml', 0.0026117) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nh/nhz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nh/nhz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nh/nhz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nh/nhz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nh/nhz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nh/nhz002.txt [nhz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nh/nhz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nh/nhz003.txt centroid = (0.7696274, -1.2522982) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nh/nhz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nh/nhz003.txt description = Northern Grafton, NH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nh/nhz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nh/nhz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nh/nhz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nh/nhz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nh/nhz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nh/nhz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nh/nhz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nh/nhz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nh/nhz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nh/nhz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nh/nhz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nh/nhz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nh/nhz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nh/nhz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nh/nhz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nh/nhz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nh/nhz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nh/nhz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nh/nhz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nh/nhz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nh/nhz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nh/nhz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nh/nhz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nh/nhz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nh/nhz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nh/nhz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nh/nhz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nh/nhz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nh/nhz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nh/nhz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nh.txt station = ('khie', 0.0053473) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nh/nhz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nh/nhz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nh/nhz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nh/nhz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nh/nhz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nh/nhz003.txt [nhz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nh/nhz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nh/nhz004.txt centroid = (0.7693062, -1.2422870) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nh/nhz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nh/nhz004.txt description = Northern Carroll, NH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nh/nhz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nh/nhz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nh/nhz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nh/nhz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nh/nhz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nh/nhz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nh/nhz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nh/nhz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nh/nhz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nh/nhz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nh/nhz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nh/nhz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nh/nhz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nh/nhz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nh/nhz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nh/nhz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nh/nhz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nh/nhz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nh/nhz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nh/nhz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nh/nhz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nh/nhz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nh/nhz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nh/nhz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nh/nhz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nh/nhz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nh/nhz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nh/nhz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nh/nhz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nh/nhz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nh.txt station = ('kmwn', 0.0036308) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nh/nhz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nh/nhz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nh/nhz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nh/nhz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nh/nhz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nh/nhz004.txt [nhz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nh/nhz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nh/nhz005.txt centroid = (0.7630737, -1.2552094) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nh/nhz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nh/nhz005.txt description = Southern Grafton, NH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nh/nhz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nh/nhz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nh/nhz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nh/nhz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nh/nhz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nh/nhz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nh/nhz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nh/nhz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nh/nhz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nh/nhz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nh/nhz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nh/nhz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nh/nhz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nh/nhz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nh/nhz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nh/nhz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nh/nhz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nh/nhz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nh/nhz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nh/nhz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nh/nhz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nh/nhz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nh/nhz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nh/nhz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nh/nhz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nh/nhz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nh/nhz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nh/nhz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nh/nhz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nh/nhz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nh.txt station = ('k1p1', 0.0023109) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nh/nhz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nh/nhz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nh/nhz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nh/nhz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nh/nhz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nh/nhz005.txt [nhz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nh/nhz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nh/nhz006.txt centroid = (0.7635920, -1.2429851) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nh/nhz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nh/nhz006.txt description = Southern Carroll, NH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nh/nhz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nh/nhz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nh/nhz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nh/nhz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nh/nhz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nh/nhz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nh/nhz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nh/nhz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nh/nhz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nh/nhz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nh/nhz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nh/nhz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nh/nhz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nh/nhz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nh/nhz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nh/nhz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nh/nhz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nh/nhz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nh/nhz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nh/nhz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nh/nhz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nh/nhz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nh/nhz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nh/nhz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nh/nhz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nh/nhz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nh/nhz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nh/nhz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nh/nhz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nh/nhz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nh.txt station = ('klci', 0.0040757) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nh/nhz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nh/nhz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nh/nhz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nh/nhz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nh/nhz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nh/nhz006.txt [nhz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nh/nhz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nh/nhz007.txt centroid = (0.7567957, -1.2605169) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nh/nhz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nh/nhz007.txt description = Sullivan, NH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nh/nhz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nh/nhz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nh/nhz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nh/nhz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nh/nhz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nh/nhz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nh/nhz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nh/nhz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nh/nhz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nh/nhz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nh/nhz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nh/nhz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nh/nhz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nh/nhz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nh/nhz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nh/nhz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nh/nhz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nh/nhz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nh/nhz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nh/nhz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nh/nhz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nh/nhz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nh/nhz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nh/nhz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nh/nhz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nh/nhz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nh/nhz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nh/nhz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nh/nhz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nh/nhz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nh.txt station = ('kvsf', 0.0037407) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nh/nhz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nh/nhz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nh/nhz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nh/nhz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nh/nhz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nh/nhz007.txt [nhz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nh/nhz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nh/nhz008.txt centroid = (0.7556874, -1.2510555) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nh/nhz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nh/nhz008.txt description = Merrimack, NH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nh/nhz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nh/nhz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nh/nhz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nh/nhz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nh/nhz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nh/nhz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nh/nhz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nh/nhz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nh/nhz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nh/nhz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nh/nhz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nh/nhz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nh/nhz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nh/nhz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nh/nhz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nh/nhz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nh/nhz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nh/nhz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nh/nhz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nh/nhz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nh/nhz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nh/nhz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nh/nhz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nh/nhz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nh/nhz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nh/nhz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nh/nhz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nh/nhz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nh/nhz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nh/nhz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nh.txt station = ('kcon', 0.0028947) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nh/nhz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nh/nhz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nh/nhz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nh/nhz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nh/nhz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nh/nhz008.txt [nhz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nh/nhz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nh/nhz009.txt centroid = (0.7595463, -1.2465717) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nh/nhz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nh/nhz009.txt description = Belknap, NH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nh/nhz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nh/nhz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nh/nhz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nh/nhz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nh/nhz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nh/nhz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nh/nhz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nh/nhz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nh/nhz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nh/nhz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nh/nhz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nh/nhz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nh/nhz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nh/nhz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nh/nhz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nh/nhz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nh/nhz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nh/nhz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nh/nhz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nh/nhz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nh/nhz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nh/nhz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nh/nhz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nh/nhz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nh/nhz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nh/nhz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nh/nhz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nh/nhz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nh/nhz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nh/nhz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nh.txt station = ('klci', 0.0008396) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nh/nhz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nh/nhz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nh/nhz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nh/nhz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nh/nhz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nh/nhz009.txt [nhz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nh/nhz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nh/nhz010.txt centroid = (0.7556839, -1.2396952) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nh/nhz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nh/nhz010.txt description = Strafford, NH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nh/nhz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nh/nhz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nh/nhz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nh/nhz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nh/nhz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nh/nhz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nh/nhz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nh/nhz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nh/nhz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nh/nhz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nh/nhz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nh/nhz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nh/nhz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nh/nhz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nh/nhz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nh/nhz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nh/nhz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nh/nhz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nh/nhz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nh/nhz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nh/nhz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nh/nhz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nh/nhz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nh/nhz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nh/nhz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nh/nhz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nh/nhz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nh/nhz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nh/nhz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nh/nhz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nh.txt station = ('kdaw', 0.0014521) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nh/nhz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nh/nhz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nh/nhz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nh/nhz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nh/nhz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nh/nhz010.txt [nhz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nh/nhz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nh/nhz011.txt centroid = (0.7490831, -1.2610213) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nh/nhz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nh/nhz011.txt description = Cheshire, NH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nh/nhz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nh/nhz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nh/nhz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nh/nhz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nh/nhz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nh/nhz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nh/nhz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nh/nhz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nh/nhz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nh/nhz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nh/nhz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nh/nhz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nh/nhz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nh/nhz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nh/nhz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nh/nhz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nh/nhz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nh/nhz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nh/nhz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nh/nhz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nh/nhz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nh/nhz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nh/nhz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nh/nhz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nh/nhz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nh/nhz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nh/nhz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nh/nhz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nh/nhz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nh/nhz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nh.txt station = ('keen', 0.0003906) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nh/nhz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nh/nhz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nh/nhz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nh/nhz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nh/nhz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nh/nhz011.txt [nhz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nh/nhz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nh/nhz012.txt centroid = (0.7477828, -1.2471669) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nh/nhz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nh/nhz012.txt description = Eastern Hillsborough, NH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nh/nhz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nh/nhz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nh/nhz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nh/nhz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nh/nhz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nh/nhz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nh/nhz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nh/nhz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nh/nhz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nh/nhz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nh/nhz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nh/nhz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nh/nhz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nh/nhz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nh/nhz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nh/nhz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nh/nhz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nh/nhz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nh/nhz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nh/nhz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nh/nhz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nh/nhz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nh/nhz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nh/nhz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nh/nhz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nh/nhz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nh/nhz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nh/nhz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nh/nhz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nh/nhz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nh.txt station = ('kash', 0.0013239) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nh/nhz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nh/nhz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nh/nhz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nh/nhz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nh/nhz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nh/nhz012.txt [nhz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nh/nhz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nh/nhz013.txt centroid = (0.7502350, -1.2423498) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nh/nhz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nh/nhz013.txt description = Interior Rockingham, NH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nh/nhz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nh/nhz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nh/nhz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nh/nhz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nh/nhz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nh/nhz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nh/nhz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nh/nhz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nh/nhz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nh/nhz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nh/nhz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nh/nhz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nh/nhz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nh/nhz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nh/nhz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nh/nhz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nh/nhz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nh/nhz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nh/nhz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nh/nhz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nh/nhz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nh/nhz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nh/nhz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nh/nhz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nh/nhz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nh/nhz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nh/nhz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nh/nhz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nh/nhz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nh/nhz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nh.txt station = ('kmht', 0.0033433) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nh/nhz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nh/nhz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nh/nhz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nh/nhz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nh/nhz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nh/nhz013.txt [nhz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nh/nhz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nh/nhz014.txt centroid = (0.7505003, -1.2362010) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nh/nhz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nh/nhz014.txt description = Coastal Rockingham, NH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nh/nhz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nh/nhz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nh/nhz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nh/nhz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nh/nhz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nh/nhz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nh/nhz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nh/nhz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nh/nhz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nh/nhz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nh/nhz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nh/nhz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nh/nhz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nh/nhz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nh/nhz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nh/nhz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nh/nhz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nh/nhz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nh/nhz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nh/nhz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nh/nhz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nh/nhz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nh/nhz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nh/nhz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nh/nhz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nh/nhz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nh/nhz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nh/nhz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nh/nhz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nh/nhz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nh.txt station = ('kpsm', 0.0014544) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nh/nhz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nh/nhz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nh/nhz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nh/nhz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nh/nhz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nh/nhz014.txt [nhz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nh/nhz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nh/nhz015.txt centroid = (0.7493798, -1.2530225) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nh/nhz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nh/nhz015.txt description = Western And Central Hillsborough, NH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nh/nhz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nh/nhz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nh/nhz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nh/nhz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nh/nhz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nh/nhz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nh/nhz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nh/nhz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nh/nhz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nh/nhz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nh/nhz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nh/nhz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nh/nhz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nh/nhz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nh/nhz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nh/nhz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nh/nhz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nh/nhz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nh/nhz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nh/nhz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nh/nhz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nh/nhz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nh/nhz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nh/nhz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nh/nhz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nh/nhz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nh/nhz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nh/nhz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nh/nhz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nh/nhz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nh.txt station = ('kafn', 0.0035605) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nh/nhz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nh/nhz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nh/nhz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nh/nhz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nh/nhz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nh/nhz015.txt [njz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz001.txt centroid = (0.7180180, -1.3035899) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz001.txt description = Sussex, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kfwn', 0.0012949) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz001.txt [njz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz002.txt centroid = (0.7172151, -1.2976837) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz002.txt description = Western Passaic, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kcdw', 0.0037757) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz002.txt [njz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz004.txt centroid = (0.7141468, -1.2950326) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz004.txt description = Eastern Passaic, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kcdw', 0.0012526) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz004.txt [njz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz006.txt centroid = (0.7110646, -1.2928963) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz006.txt description = Hudson, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kjrb', 0.0011413) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz006.txt [njz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz007.txt centroid = (0.7130962, -1.3089446) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz007.txt description = Warren, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('k12n', 0.0044511) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz007.txt [njz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz008.txt centroid = (0.7131782, -1.3010470) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz008.txt description = Morris, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kmmu', 0.0020061) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz008.txt [njz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz009.txt centroid = (0.7080312, -1.3074663) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz009.txt description = Hunterdon, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('ksmq', 0.0033680) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz009.txt [njz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz010.txt centroid = (0.7079701, -1.3023001) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz010.txt description = Somerset, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('ksmq', 0.0011403) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz010.txt [njz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz012.txt centroid = (0.7058007, -1.2987222) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz012.txt description = Middlesex, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kldj', 0.0038858) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz012.txt [njz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz013.txt centroid = (0.7026626, -1.2961059) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz013.txt description = Western Monmouth, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kblm', 0.0021644) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz013.txt [njz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz014.txt centroid = (0.7025945, -1.2920585) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz014.txt description = Eastern Monmouth, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kblm', 0.0018735) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz014.txt [njz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz015.txt centroid = (0.7030762, -1.3037871) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz015.txt description = Mercer, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kttn', 0.0015334) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz015.txt [njz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz016.txt centroid = (0.6909270, -1.3150340) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz016.txt description = Salem, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kilg', 0.0036866) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz016.txt [njz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz017.txt centroid = (0.6931977, -1.3114736) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz017.txt description = Gloucester, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kphl', 0.0028809) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz017.txt [njz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz018.txt centroid = (0.6947074, -1.3082971) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz018.txt description = Camden, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kvay', 0.0028259) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz018.txt [njz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz019.txt centroid = (0.6978699, -1.3047593) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz019.txt description = Northwestern Burlington, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kvay', 0.0013603) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz019.txt [njz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz020.txt centroid = (0.6967197, -1.2969524) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz020.txt description = Ocean, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kmjx', 0.0002069) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz020.txt [njz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz021.txt centroid = (0.6871972, -1.3109151) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz021.txt description = Cumberland, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kmiv', 0.0003778) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz021.txt [njz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz022.txt centroid = (0.6892410, -1.3037191) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz022.txt description = Atlantic, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kacy', 0.0015950) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz022.txt [njz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz023.txt centroid = (0.6837642, -1.3059025) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz023.txt description = Cape May, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kwwd', 0.0030710) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz023.txt [njz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz024.txt centroid = (0.6823400, -1.3050141) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz024.txt description = Atlantic Coastal Cape May, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kwwd', 0.0023945) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz024.txt [njz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz025.txt centroid = (0.6875376, -1.2993069) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz025.txt description = Coastal Atlantic, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kacy', 0.0022674) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz025.txt [njz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz026.txt centroid = (0.6944491, -1.2944182) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz026.txt description = Coastal Ocean, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kmjx', 0.0027833) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz026.txt [njz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nj/njz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nj/njz027.txt centroid = (0.6937300, -1.3013262) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nj/njz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nj/njz027.txt description = Southeastern Burlington, NJ -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nj/njz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nj/njz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nj/njz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nj/njz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nj/njz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nj/njz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nj/njz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nj/njz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nj.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nj/njz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nj/njz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nj/njz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nj/njz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nj/njz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nj/njz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nj/njz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nj.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nj/njz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nj/njz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nj/njz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nj/njz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nj/njz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nj/njz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nj/njz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nj/njz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nj.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nj/njz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nj/njz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nj/njz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nj/njz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nj/njz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nj/njz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nj/njz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nj.txt station = ('kmjx', 0.0044950) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nj/njz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nj/njz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nj/njz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nj/njz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nj/njz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz027.txt [njz103] centroid = (0.7160091, -1.2942437) @@ -57542,139 +57542,139 @@ station = ('kldj', 0.0005205) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nj/njz108.txt [nmz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nm/nmz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nm/nmz027.txt centroid = (0.5626767, -1.8278903) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nm/nmz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nm/nmz027.txt description = Guadalupe Mountains of Eddy County, NM -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nm/nmz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nm/nmz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nm/nmz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nm/nmz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nm/nmz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nm/nmz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nm/nmz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nm/nmz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nm.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nm/nmz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nm/nmz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nm/nmz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nm/nmz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nm/nmz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nm/nmz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nm/nmz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nm.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nm/nmz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nm/nmz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nm/nmz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nm/nmz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nm/nmz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nm/nmz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nm/nmz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nm/nmz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nm.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nm/nmz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nm/nmz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nm/nmz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nm/nmz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nm/nmz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nm/nmz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nm/nmz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nm.txt station = ('kgdp', 0.0071943) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nm/nmz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nm/nmz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nm/nmz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nm/nmz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nm/nmz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nm/nmz027.txt [nmz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nm/nmz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nm/nmz028.txt centroid = (0.5672198, -1.8195651) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nm/nmz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nm/nmz028.txt description = Eddy County Plains, NM -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nm/nmz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nm/nmz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nm/nmz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nm/nmz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nm/nmz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nm/nmz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nm/nmz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nm/nmz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nm.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nm/nmz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nm/nmz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nm/nmz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nm/nmz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nm/nmz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nm/nmz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nm/nmz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nm.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nm/nmz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nm/nmz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nm/nmz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nm/nmz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nm/nmz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nm/nmz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nm/nmz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nm/nmz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nm.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nm/nmz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nm/nmz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nm/nmz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nm/nmz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nm/nmz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nm/nmz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nm/nmz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nm.txt station = ('kcnm', 0.0029033) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nm/nmz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nm/nmz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nm/nmz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nm/nmz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nm/nmz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nm/nmz028.txt [nmz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nm/nmz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nm/nmz029.txt centroid = (0.5808805, -1.8047699) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nm/nmz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nm/nmz029.txt description = Northern Lea County, NM -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nm/nmz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nm/nmz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nm/nmz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nm/nmz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nm/nmz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nm/nmz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nm/nmz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nm/nmz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nm.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nm/nmz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nm/nmz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nm/nmz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nm/nmz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nm/nmz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nm/nmz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nm/nmz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nm.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nm/nmz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nm/nmz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nm/nmz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nm/nmz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nm/nmz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nm/nmz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nm/nmz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nm/nmz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nm.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nm/nmz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nm/nmz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nm/nmz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nm/nmz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nm/nmz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nm/nmz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nm/nmz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nm.txt station = ('khob', 0.0108090) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nm/nmz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nm/nmz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nm/nmz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nm/nmz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nm/nmz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nm/nmz029.txt [nmz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nm/nmz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nm/nmz033.txt centroid = (0.5716023, -1.8053040) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nm/nmz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nm/nmz033.txt description = Central Lea County, NM -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nm/nmz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nm/nmz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nm/nmz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nm/nmz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nm/nmz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nm/nmz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nm/nmz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nm/nmz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nm.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nm/nmz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nm/nmz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nm/nmz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nm/nmz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nm/nmz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nm/nmz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nm/nmz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nm.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nm/nmz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nm/nmz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nm/nmz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nm/nmz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nm/nmz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nm/nmz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nm/nmz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nm/nmz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nm.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nm/nmz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nm/nmz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nm/nmz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nm/nmz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nm/nmz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nm/nmz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nm/nmz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nm.txt station = ('khob', 0.0034310) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nm/nmz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nm/nmz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nm/nmz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nm/nmz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nm/nmz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nm/nmz033.txt [nmz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nm/nmz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nm/nmz034.txt centroid = (0.5628722, -1.8045605) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nm/nmz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nm/nmz034.txt description = Southern Lea County, NM -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nm/nmz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nm/nmz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nm/nmz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nm/nmz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nm/nmz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nm/nmz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nm/nmz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nm/nmz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nm.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nm/nmz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nm/nmz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nm/nmz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nm/nmz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nm/nmz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nm/nmz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nm/nmz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nm.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nm/nmz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nm/nmz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nm/nmz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nm/nmz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nm/nmz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nm/nmz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nm/nmz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nm/nmz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nm.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nm/nmz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nm/nmz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nm/nmz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nm/nmz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nm/nmz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nm/nmz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nm/nmz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nm.txt station = ('khob', 0.0079965) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nm/nmz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nm/nmz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nm/nmz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nm/nmz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nm/nmz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nm/nmz034.txt [nmz401] description = Unknown zone in NM @@ -57987,571 +57987,571 @@ station = ('kats', 0.0092328) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nm/nmz540.txt [nvz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz001.txt centroid = (0.6738140, -2.0700198) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz001.txt description = Mineral and Southern Lyon Counties, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('kban', 0.0132580) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz001.txt [nvz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz002.txt centroid = (0.6844361, -2.0929098) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz002.txt description = Greater Lake Tahoe Area, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('kcxp', 0.0024996) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz002.txt [nvz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz003.txt centroid = (0.6879233, -2.0883859) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz003.txt description = Greater Reno-Carson City-Minden Area, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('krno', 0.0019118) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz003.txt [nvz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz004.txt centroid = (0.6983970, -2.0680406) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz004.txt description = Western Nevada Basin and Range including Pyramid Lake, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('klol', 0.0013625) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz004.txt [nvz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz005.txt centroid = (0.7175502, -2.0886111) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz005.txt description = Northern Washoe County, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('kaat', 0.0134363) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz005.txt [nvz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz014.txt centroid = (0.6558302, -2.0411818) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz014.txt description = Esmeralda and Central Nye County, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('ktph', 0.0081825) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz014.txt [nvz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz015.txt centroid = (0.6572491, -2.0048737) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz015.txt description = Lincoln County, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('ksgu', 0.0202768) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz015.txt [nvz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz016.txt centroid = (0.6387504, -1.9985887) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz016.txt description = Northeast Clark County, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('klsv', 0.0097121) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz016.txt [nvz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz017.txt centroid = (0.6373279, -2.0243079) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz017.txt description = Western Clark and Southern Nye County, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('kdra', 0.0021568) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz017.txt [nvz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz018.txt centroid = (0.6419077, -2.0097658) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz018.txt description = Sheep Range, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('kins', 0.0079807) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz018.txt [nvz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz019.txt centroid = (0.6324166, -2.0189812) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz019.txt description = Spring Mountains-Red Rock Canyon, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('kins', 0.0060856) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz019.txt [nvz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz020.txt centroid = (0.6308231, -2.0101166) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz020.txt description = Las Vegas Valley, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('kvgt', 0.0010008) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz020.txt [nvz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz021.txt centroid = (0.6272923, -2.0000321) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz021.txt description = Lake Mead National Recreation Area, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('kbvu', 0.0037673) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz021.txt [nvz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz022.txt centroid = (0.6202167, -2.0075161) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz022.txt description = Southern Clark County, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('kbvu', 0.0074194) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz022.txt [nvz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz030.txt centroid = (0.7226850, -2.0614433) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz030.txt description = Humboldt County, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('kwmc', 0.0097494) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz030.txt [nvz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz031.txt centroid = (0.7250918, -2.0175552) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz031.txt description = Northern Elko County, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('keko', 0.0126536) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz031.txt [nvz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz033.txt centroid = (0.7094449, -1.9937437) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz033.txt description = Extreme Eastern Elko County, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('kenv', 0.0030326) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz033.txt [nvz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz034.txt centroid = (0.7076263, -2.0139546) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz034.txt description = Ruby Mountains/East Humboldt Range, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('keko', 0.0072419) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz034.txt [nvz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz035.txt centroid = (0.6883282, -2.0053432) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz035.txt description = White Pine County, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('kely', 0.0024981) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz035.txt [nvz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz036.txt centroid = (0.7066803, -2.0368149) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz036.txt description = Northern Lander County and Northern Eureka County, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('keko', 0.0135471) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz036.txt [nvz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/nv/nvz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/nv/nvz037.txt centroid = (0.6913860, -2.0369668) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/nv/nvz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/nv/nvz037.txt description = Southern Lander County and Southern Eureka County, NV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/nv/nvz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/nv/nvz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/nv/nvz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/nv/nvz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/nv/nvz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/nv/nvz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/nv/nvz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/nv/nvz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/nv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/nv/nvz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/nv/nvz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/nv/nvz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/nv/nvz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/nv/nvz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/nv/nvz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/nv/nvz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/nv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/nv/nvz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/nv/nvz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/nv/nvz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/nv/nvz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/nv/nvz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/nv/nvz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/nv/nvz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/nv/nvz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/nv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/nv/nvz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/nv/nvz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/nv/nvz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/nv/nvz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/nv/nvz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/nv/nvz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/nv/nvz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/nv.txt station = ('k05u', 0.0094597) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/nv/nvz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/nv/nvz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/nv/nvz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/nv/nvz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/nv/nvz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz037.txt [nvz038] centroid = (0.7106706, -2.0198743) @@ -58578,2272 +58578,2272 @@ station = ('kp68', 0.0184172) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/nv/nvz041.txt [nyz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz001.txt centroid = (0.7540014, -1.3743159) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz001.txt description = Niagara, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kiag', 0.0028416) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz001.txt [nyz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz002.txt centroid = (0.7548933, -1.3653920) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz002.txt description = Orleans, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kroc', 0.0073626) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz002.txt [nyz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz003.txt centroid = (0.7530467, -1.3560493) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz003.txt description = Monroe, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kroc', 0.0005431) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz003.txt [nyz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz004.txt centroid = (0.7532248, -1.3444132) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz004.txt description = Wayne, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kroc', 0.0083602) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz004.txt [nyz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz005.txt centroid = (0.7535895, -1.3370688) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz005.txt description = Northern Cayuga, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kfzy', 0.0041529) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz005.txt [nyz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz006.txt centroid = (0.7579267, -1.3289146) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz006.txt description = Oswego, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kfzy', 0.0033453) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz006.txt [nyz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz007.txt centroid = (0.7686587, -1.3248829) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz007.txt description = Jefferson, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kart', 0.0018435) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz007.txt [nyz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz008.txt centroid = (0.7641872, -1.3168300) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz008.txt description = Lewis, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kgtb', 0.0058512) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz008.txt [nyz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz009.txt centroid = (0.7571465, -1.3171860) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz009.txt description = Northern Oneida, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('krme', 0.0027280) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz009.txt [nyz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz010.txt centroid = (0.7494007, -1.3734397) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz010.txt description = Northern Erie, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kbuf', 0.0005293) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz010.txt [nyz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz011.txt centroid = (0.7505090, -1.3647358) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz011.txt description = Genesee, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kroc', 0.0068130) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz011.txt [nyz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz012.txt centroid = (0.7452957, -1.3652751) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz012.txt description = Wyoming, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kole', 0.0083872) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz012.txt [nyz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz013.txt centroid = (0.7457460, -1.3574368) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz013.txt description = Livingston, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kdsv', 0.0029167) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz013.txt [nyz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz014.txt centroid = (0.7479242, -1.3491360) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz014.txt description = Ontario, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kpeo', 0.0047739) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz014.txt [nyz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz015.txt centroid = (0.7440949, -1.3457448) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz015.txt description = Yates, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kpeo', 0.0007685) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz015.txt [nyz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz016.txt centroid = (0.7466693, -1.3408265) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz016.txt description = Seneca, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kpeo', 0.0036944) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz016.txt [nyz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz017.txt centroid = (0.7470219, -1.3357040) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz017.txt description = Southern Cayuga, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('k6b9', 0.0022764) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz017.txt [nyz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz018.txt centroid = (0.7505928, -1.3298466) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz018.txt description = Onondaga, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('ksyr', 0.0022802) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz018.txt [nyz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz019.txt centroid = (0.7370211, -1.3852050) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz019.txt description = Chautauqua, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kjhw', 0.0018778) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz019.txt [nyz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz020.txt centroid = (0.7373772, -1.3732059) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz020.txt description = Cattaraugus, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kole', 0.0040432) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz020.txt [nyz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz021.txt centroid = (0.7375308, -1.3618385) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz021.txt description = Allegany, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kelz', 0.0027702) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz021.txt [nyz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz022.txt centroid = (0.7377123, -1.3506021) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz022.txt description = Steuben, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kdsv', 0.0067531) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz022.txt [nyz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz023.txt centroid = (0.7399114, -1.3417254) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz023.txt description = Schuyler, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kelm', 0.0039771) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz023.txt [nyz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz024.txt centroid = (0.7355044, -1.3397147) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz024.txt description = Chemung, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kelm', 0.0018648) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz024.txt [nyz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz025.txt centroid = (0.7409272, -1.3347179) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz025.txt description = Tompkins, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kith', 0.0007061) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz025.txt [nyz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz026.txt centroid = (0.7827226, -1.3075204) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz026.txt description = Northern St. Lawrence, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kmss', 0.0017147) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz026.txt [nyz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz027.txt centroid = (0.7836808, -1.2989753) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz027.txt description = Northern Franklin, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('cwbz', 0.0041449) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz027.txt [nyz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz028.txt centroid = (0.7819529, -1.2830456) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz028.txt description = Eastern Clinton, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kpbg', 0.0027249) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz028.txt [nyz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz029.txt centroid = (0.7735421, -1.3064749) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz029.txt description = Southeastern St. Lawrence, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kslk', 0.0082958) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz029.txt [nyz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz030.txt centroid = (0.7769543, -1.2963154) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz030.txt description = Southern Franklin, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kslk', 0.0022247) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz030.txt [nyz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz031.txt centroid = (0.7802826, -1.2879326) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz031.txt description = Western Clinton, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kpbg', 0.0041711) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz031.txt [nyz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz032.txt centroid = (0.7629026, -1.3084611) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz032.txt description = Northern Herkimer, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('krme', 0.0099645) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz032.txt [nyz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz033.txt centroid = (0.7620300, -1.3002232) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz033.txt description = Hamilton, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kslk', 0.0134250) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz033.txt [nyz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz034.txt centroid = (0.7694301, -1.2890147) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz034.txt description = Western Essex, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kslk', 0.0069859) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz034.txt [nyz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz035.txt centroid = (0.7722890, -1.2816738) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz035.txt description = Eastern Essex, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kbtv', 0.0052009) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz035.txt [nyz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz036.txt centroid = (0.7489714, -1.3206854) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz036.txt description = Madison, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('krme', 0.0065651) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz036.txt [nyz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz037.txt centroid = (0.7525860, -1.3160969) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz037.txt description = Southern Oneida, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('krme', 0.0019799) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz037.txt [nyz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz038.txt centroid = (0.7521025, -1.3082098) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz038.txt description = Southern Herkimer, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('krme', 0.0061780) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz038.txt [nyz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz039.txt centroid = (0.7511967, -1.2988967) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz039.txt description = Southern Fulton, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('ksch', 0.0070646) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz039.txt [nyz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz040.txt centroid = (0.7487864, -1.2992179) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz040.txt description = Montgomery, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kalb', 0.0086091) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz040.txt [nyz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz041.txt centroid = (0.7536471, -1.2890688) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz041.txt description = Northern Saratoga, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kgfl', 0.0040636) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz041.txt [nyz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz042.txt centroid = (0.7609217, -1.2891805) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz042.txt description = Northern Warren, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kgfl', 0.0055801) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz042.txt [nyz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz043.txt centroid = (0.7595603, -1.2814888) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz043.txt description = Northern Washington, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kgfl', 0.0040668) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz043.txt [nyz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz044.txt centroid = (0.7434230, -1.3276755) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz044.txt description = Cortland, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kn03', 0.0017982) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz044.txt [nyz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz045.txt centroid = (0.7416532, -1.3196696) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz045.txt description = Chenango, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kbgm', 0.0070188) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz045.txt [nyz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz046.txt centroid = (0.7441002, -1.3095659) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz046.txt description = Otsego, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('krme', 0.0114687) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz046.txt [nyz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz047.txt centroid = (0.7433043, -1.2992597) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz047.txt description = Schoharie, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kalb', 0.0087105) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz047.txt [nyz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz048.txt centroid = (0.7468264, -1.2942681) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz048.txt description = Western Schenectady, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('ksch', 0.0030380) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz048.txt [nyz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz049.txt centroid = (0.7477357, -1.2911213) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz049.txt description = Eastern Schenectady, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('ksch', 0.0005606) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz049.txt [nyz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz050.txt centroid = (0.7494671, -1.2893934) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz050.txt description = Southern Saratoga, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('ksch', 0.0017498) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz050.txt [nyz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz051.txt centroid = (0.7428924, -1.2937253) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz051.txt description = Western Albany, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kalb', 0.0052794) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz051.txt [nyz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz052.txt centroid = (0.7438995, -1.2894423) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz052.txt description = Eastern Albany, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kalb', 0.0024516) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz052.txt [nyz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz053.txt centroid = (0.7453481, -1.2848398) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz053.txt description = Western Rensselaer, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kalb', 0.0024859) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz053.txt [nyz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz054.txt centroid = (0.7455471, -1.2811729) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz054.txt description = Eastern Rensselaer, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kaqw', 0.0030807) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz054.txt [nyz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz055.txt centroid = (0.7360106, -1.3317962) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz055.txt description = Tioga, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kbgm', 0.0042088) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz055.txt [nyz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz056.txt centroid = (0.7358343, -1.3233017) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz056.txt description = Broome, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kbgm', 0.0022287) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz056.txt [nyz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz057.txt centroid = (0.7364975, -1.3084123) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz057.txt description = Delaware, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kmsv', 0.0089598) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz057.txt [nyz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz058.txt centroid = (0.7375238, -1.2956905) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz058.txt description = Western Greene, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kalb', 0.0102830) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz058.txt [nyz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz059.txt centroid = (0.7384837, -1.2900549) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz059.txt description = Eastern Greene, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kalb', 0.0077856) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz059.txt [nyz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz060.txt centroid = (0.7373161, -1.2868836) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz060.txt description = Western Columbia, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kpsf', 0.0066668) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz060.txt [nyz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz061.txt centroid = (0.7374854, -1.2834453) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz061.txt description = Eastern Columbia, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kpsf', 0.0045092) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz061.txt [nyz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz062.txt centroid = (0.7280885, -1.3049495) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz062.txt description = Sullivan, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kmsv', 0.0005047) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz062.txt [nyz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz063.txt centroid = (0.7316699, -1.2981672) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz063.txt description = Western Ulster, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kmgj', 0.0072187) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz063.txt [nyz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz064.txt centroid = (0.7301341, -1.2926188) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz064.txt description = Eastern Ulster, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kpou', 0.0041962) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz064.txt [nyz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz065.txt centroid = (0.7290520, -1.2888506) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz065.txt description = Western Dutchess, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kpou', 0.0024625) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz065.txt [nyz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz066.txt centroid = (0.7288041, -1.2848992) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz066.txt description = Eastern Dutchess, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kpou', 0.0040656) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz066.txt [nyz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz067.txt centroid = (0.7226047, -1.2968774) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz067.txt description = Orange, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kmgj', 0.0020617) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz067.txt [nyz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz068.txt centroid = (0.7230323, -1.2871716) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz068.txt description = Putnam, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kdxr', 0.0036389) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz068.txt [nyz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz069.txt centroid = (0.7182536, -1.2919643) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz069.txt description = Rockland, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kteb', 0.0050073) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz069.txt [nyz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz070.txt centroid = (0.7194614, -1.2871349) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz070.txt description = Northern Westchester, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('khpn', 0.0027834) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz070.txt [nyz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz071.txt centroid = (0.7152935, -1.2877022) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz071.txt description = Southern Westchester, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('khpn', 0.0017955) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz071.txt [nyz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz072.txt centroid = (0.7117208, -1.2909590) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz072.txt description = New York (Manhattan), NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('knyc', 0.0000826) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz072.txt [nyz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz073.txt centroid = (0.7130124, -1.2892206) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz073.txt description = Bronx, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('klga', 0.0012283) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz073.txt [nyz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz074.txt centroid = (0.7082581, -1.2942611) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz074.txt description = Richmond (Staten Is.), NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kldj', 0.0013155) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz074.txt [nyz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz075.txt centroid = (0.7093507, -1.2905418) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz075.txt description = Kings (Brooklyn), NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kjrb', 0.0013463) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz075.txt [nyz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz078.txt centroid = (0.7134522, -1.2770836) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz078.txt description = Northwest Suffolk, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kisp', 0.0016538) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz078.txt [nyz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz079.txt centroid = (0.7154471, -1.2667722) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz079.txt description = Northeast Suffolk, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kfok', 0.0025251) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz079.txt [nyz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz080.txt centroid = (0.7112269, -1.2772808) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz080.txt description = Southwest Suffolk, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kisp', 0.0013965) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz080.txt [nyz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz081.txt centroid = (0.7140299, -1.2646516) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz081.txt description = Southeast Suffolk, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kfok', 0.0023340) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz081.txt [nyz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz082.txt centroid = (0.7533103, -1.2989229) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz082.txt description = Northern Fulton, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('ksch', 0.0082816) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz082.txt [nyz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz083.txt centroid = (0.7565444, -1.2869639) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz083.txt description = Southeast Warren, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kgfl', 0.0015530) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz083.txt [nyz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz084.txt centroid = (0.7532213, -1.2817000) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz084.txt description = Southern Washington, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kgfl', 0.0038486) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz084.txt [nyz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz085.txt centroid = (0.7439414, -1.3746353) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz085.txt description = Southern Erie, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kbuf', 0.0053981) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz085.txt [nyz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ny/nyz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ny/nyz087.txt centroid = (0.7769735, -1.3143394) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ny/nyz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ny/nyz087.txt description = Southwestern St. Lawrence, NY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ny/nyz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ny/nyz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ny/nyz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ny/nyz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ny/nyz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ny/nyz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ny/nyz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ny/nyz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ny.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ny/nyz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ny/nyz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ny/nyz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ny/nyz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ny/nyz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ny/nyz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ny/nyz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ny.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ny/nyz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ny/nyz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ny/nyz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ny/nyz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ny/nyz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ny/nyz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ny/nyz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ny/nyz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ny.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ny/nyz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ny/nyz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ny/nyz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ny/nyz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ny/nyz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ny/nyz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ny/nyz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ny.txt station = ('kogs', 0.0035184) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ny/nyz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ny/nyz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ny/nyz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ny/nyz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ny/nyz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz087.txt [nyz176] centroid = (0.7111868, -1.2888174) @@ -60870,4810 +60870,4810 @@ station = ('kfrg', 0.0023327) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ny/nyz179.txt [ohz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz001.txt centroid = (0.7253641, -1.4763426) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz001.txt description = Williams, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kdfi', 0.0044494) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz001.txt [ohz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz002.txt centroid = (0.7260884, -1.4683472) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz002.txt description = Fulton, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kuse', 0.0001504) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz002.txt [ohz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz003.txt centroid = (0.7264060, -1.4601180) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz003.txt description = Lucas, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kduh', 0.0020221) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz003.txt [ohz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz004.txt centroid = (0.7212399, -1.4746392) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz004.txt description = Defiance, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kdfi', 0.0007680) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz004.txt [ohz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz005.txt centroid = (0.7214126, -1.4672669) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz005.txt description = Henry, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kuse', 0.0048826) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz005.txt [ohz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz006.txt centroid = (0.7218978, -1.4594967) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz006.txt description = Wood, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('ktdz', 0.0040167) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz006.txt [ohz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz007.txt centroid = (0.7249766, -1.4511837) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz007.txt description = Ottawa, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kpcw', 0.0036421) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz007.txt [ohz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz008.txt centroid = (0.7218071, -1.4511540) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz008.txt description = Sandusky, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kpcw', 0.0045576) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz008.txt [ohz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz009.txt centroid = (0.7219293, -1.4419526) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz009.txt description = Erie, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kpcw', 0.0042371) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz009.txt [ohz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz010.txt centroid = (0.7207424, -1.4338089) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz010.txt description = Lorain, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('klpr', 0.0010403) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz010.txt [ohz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz011.txt centroid = (0.7229904, -1.4252132) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz011.txt description = Cuyahoga, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kbkl', 0.0019058) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz011.txt [ohz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz012.txt centroid = (0.7277464, -1.4178531) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz012.txt description = Lake, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('klnn', 0.0019216) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz012.txt [ohz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz013.txt centroid = (0.7243029, -1.4168339) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz013.txt description = Geauga, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('klnn', 0.0041757) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz013.txt [ohz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz014.txt centroid = (0.7274463, -1.4092312) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz014.txt description = Ashtabula Inland, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('khzy', 0.0018951) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz014.txt [ohz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz015.txt centroid = (0.7176200, -1.4762012) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz015.txt description = Paulding, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kdfi', 0.0042451) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz015.txt [ohz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz016.txt centroid = (0.7159707, -1.4683752) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz016.txt description = Putnam, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kowx', 0.0019847) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz016.txt [ohz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz017.txt centroid = (0.7156182, -1.4602559) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz017.txt description = Hancock, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kfdy', 0.0002577) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz017.txt [ohz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz018.txt centroid = (0.7177475, -1.4508521) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz018.txt description = Seneca, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kfdy', 0.0073346) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz018.txt [ohz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz019.txt centroid = (0.7181367, -1.4416140) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz019.txt description = Huron, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kmfd', 0.0058514) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz019.txt [ohz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz020.txt centroid = (0.7176375, -1.4294194) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz020.txt description = Medina, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kbjj', 0.0043849) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz020.txt [ohz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz021.txt centroid = (0.7177824, -1.4230036) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz021.txt description = Summit, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kakr', 0.0018306) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz021.txt [ohz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz022.txt centroid = (0.7185102, -1.4171410) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz022.txt description = Portage, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kpov', 0.0011557) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz022.txt [ohz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz023.txt centroid = (0.7211247, -1.4095349) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz023.txt description = Trumbull, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kyng', 0.0017015) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz023.txt [ohz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz024.txt centroid = (0.7130612, -1.4763059) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz024.txt description = Van Wert, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kaxv', 0.0073769) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz024.txt [ohz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz025.txt centroid = (0.7115969, -1.4679214) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz025.txt description = Allen, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kaoh', 0.0017157) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz025.txt [ohz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz026.txt centroid = (0.7096771, -1.4601320) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz026.txt description = Hardin, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kedj', 0.0054753) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz026.txt [ohz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz027.txt centroid = (0.7128344, -1.4539361) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz027.txt description = Wyandot, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kmnn', 0.0050407) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz027.txt [ohz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz028.txt centroid = (0.7129827, -1.4472218) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz028.txt description = Crawford, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kmnn', 0.0045267) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz028.txt [ohz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz029.txt centroid = (0.7116528, -1.4405337) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz029.txt description = Richland, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kmfd', 0.0007779) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz029.txt [ohz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz030.txt centroid = (0.7128989, -1.4358946) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz030.txt description = Ashland, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kmfd', 0.0032886) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz030.txt [ohz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz031.txt centroid = (0.7125987, -1.4292205) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz031.txt description = Wayne, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kbjj', 0.0006624) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz031.txt [ohz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz032.txt centroid = (0.7123352, -1.4201029) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz032.txt description = Stark, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kcak', 0.0021108) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz032.txt [ohz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz033.txt centroid = (0.7158398, -1.4097949) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz033.txt description = Mahoning, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kyng', 0.0043496) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz033.txt [ohz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz034.txt centroid = (0.7075565, -1.4770599) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz034.txt description = Mercer, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kaxv', 0.0044688) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz034.txt [ohz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz035.txt centroid = (0.7079213, -1.4699460) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz035.txt description = Auglaize, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kaxv', 0.0015519) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz035.txt [ohz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz036.txt centroid = (0.7083820, -1.4514315) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz036.txt description = Marion, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kmnn', 0.0013498) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz036.txt [ohz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz037.txt centroid = (0.7072772, -1.4450296) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz037.txt description = Morrow, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kmnn', 0.0039590) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz037.txt [ohz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz038.txt centroid = (0.7079265, -1.4299378) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz038.txt description = Holmes, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kbjj', 0.0053661) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz038.txt [ohz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz039.txt centroid = (0.7058286, -1.4219861) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz039.txt description = Tuscarawas, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kphd', 0.0008811) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz039.txt [ohz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz040.txt centroid = (0.7082476, -1.4152823) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz040.txt description = Carroll, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kphd', 0.0047647) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz040.txt [ohz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz041.txt centroid = (0.7115463, -1.4098333) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz041.txt description = Columbiana, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kucp', 0.0065689) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz041.txt [ohz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz042.txt centroid = (0.7004582, -1.4768854) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz042.txt description = Darke, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kves', 0.0016655) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz042.txt [ohz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz043.txt centroid = (0.7039192, -1.4696510) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz043.txt description = Shelby, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kaxv', 0.0030865) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz043.txt [ohz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz044.txt centroid = (0.7049123, -1.4619890) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz044.txt description = Logan, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kedj', 0.0007649) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz044.txt [ohz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz045.txt centroid = (0.7033590, -1.4551072) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz045.txt description = Union, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kmrt', 0.0014168) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz045.txt [ohz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz046.txt centroid = (0.7029924, -1.4487140) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz046.txt description = Delaware, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kdlz', 0.0015416) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz046.txt [ohz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz047.txt centroid = (0.7050921, -1.4385283) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz047.txt description = Knox, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('k4i3', 0.0017760) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz047.txt [ohz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz048.txt centroid = (0.7033956, -1.4297737) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz048.txt description = Coshocton, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kzzv', 0.0061424) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz048.txt [ohz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz049.txt centroid = (0.7032595, -1.4153067) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz049.txt description = Harrison, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kphd', 0.0052762) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz049.txt [ohz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz050.txt centroid = (0.7048512, -1.4095454) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz050.txt description = Jefferson, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('khlg', 0.0040872) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz050.txt [ohz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz051.txt centroid = (0.6990637, -1.4700716) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz051.txt description = Miami, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kday', 0.0026823) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz051.txt [ohz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz052.txt centroid = (0.7005368, -1.4620553) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz052.txt description = Champaign, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kedj', 0.0041455) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz052.txt [ohz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz053.txt centroid = (0.6966796, -1.4622979) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz053.txt description = Clark, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('ksgh', 0.0015351) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz053.txt [ohz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz054.txt centroid = (0.6962851, -1.4556029) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz054.txt description = Madison, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kuyf', 0.0010692) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz054.txt [ohz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz055.txt centroid = (0.6976011, -1.4487856) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz055.txt description = Franklin, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kcmh', 0.0017661) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz055.txt [ohz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz056.txt centroid = (0.6997339, -1.4396087) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz056.txt description = Licking, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kvta', 0.0013305) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz056.txt [ohz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz057.txt centroid = (0.6975278, -1.4301996) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz057.txt description = Muskingum, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kzzv', 0.0006520) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz057.txt [ohz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz058.txt centroid = (0.6990410, -1.4223421) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz058.txt description = Guernsey, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kzzv', 0.0057106) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz058.txt [ohz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz059.txt centroid = (0.6984075, -1.4135160) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz059.txt description = Belmont, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('khlg', 0.0052308) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz059.txt [ohz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz060.txt centroid = (0.6936218, -1.4773881) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz060.txt description = Preble, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kmwo', 0.0049759) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz060.txt [ohz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz061.txt centroid = (0.6938469, -1.4711485) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz061.txt description = Montgomery, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kday', 0.0027260) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz061.txt [ohz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz062.txt centroid = (0.6927474, -1.4641532) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz062.txt description = Greene, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('ki19', 0.0013405) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz062.txt [ohz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz063.txt centroid = (0.6904505, -1.4565837) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz063.txt description = Fayette, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kiln', 0.0049298) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz063.txt [ohz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz064.txt centroid = (0.6918834, -1.4490474) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz064.txt description = Pickaway, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('klck', 0.0032839) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz064.txt [ohz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz065.txt centroid = (0.6937963, -1.4421743) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz065.txt description = Fairfield, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('klhq', 0.0004861) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz065.txt [ohz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz066.txt centroid = (0.6935432, -1.4352907) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz066.txt description = Perry, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kvta', 0.0057745) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz066.txt [ohz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz067.txt centroid = (0.6915047, -1.4285991) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz067.txt description = Morgan, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kzzv', 0.0057892) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz067.txt [ohz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz068.txt centroid = (0.6940476, -1.4216667) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz068.txt description = Noble, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kzzv', 0.0067660) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz068.txt [ohz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz069.txt centroid = (0.6933739, -1.4151636) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz069.txt description = Monroe, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kpkb', 0.0084690) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz069.txt [ohz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz070.txt centroid = (0.6883334, -1.4761209) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz070.txt description = Butler, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('khao', 0.0014852) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz070.txt [ohz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz071.txt centroid = (0.6881432, -1.4689878) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz071.txt description = Warren, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kmgy', 0.0031378) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz071.txt [ohz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz072.txt centroid = (0.6879215, -1.4627325) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz072.txt description = Clinton, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kiln', 0.0004654) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz072.txt [ohz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz073.txt centroid = (0.6865706, -1.4496181) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz073.txt description = Ross, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('krzt', 0.0018521) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz073.txt [ohz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz074.txt centroid = (0.6893527, -1.4395319) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz074.txt description = Hocking, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('klhq', 0.0050849) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz074.txt [ohz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz075.txt centroid = (0.6865026, -1.4319589) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz075.txt description = Athens, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kuni', 0.0033009) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz075.txt [ohz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz076.txt centroid = (0.6886249, -1.4223613) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz076.txt description = Washington, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kpkb', 0.0022147) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz076.txt [ohz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz077.txt centroid = (0.6840888, -1.4755467) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz077.txt description = Hamilton, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kluk', 0.0023828) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz077.txt [ohz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz078.txt centroid = (0.6815092, -1.4687330) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz078.txt description = Clermont, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('ki69', 0.0009522) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz078.txt [ohz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz079.txt centroid = (0.6795335, -1.4637727) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz079.txt description = Brown, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('ki69', 0.0052779) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz079.txt [ohz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz080.txt centroid = (0.6839038, -1.4591110) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz080.txt description = Highland, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kiln', 0.0049885) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz080.txt [ohz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz081.txt centroid = (0.6779854, -1.4568612) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz081.txt description = Adams, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kfgx', 0.0064652) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz081.txt [ohz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz082.txt centroid = (0.6820293, -1.4497892) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz082.txt description = Pike, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('krzt', 0.0063634) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz082.txt [ohz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz083.txt centroid = (0.6810222, -1.4419631) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz083.txt description = Jackson, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kuni', 0.0062205) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz083.txt [ohz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz084.txt centroid = (0.6850592, -1.4396418) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz084.txt description = Vinton, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kuni', 0.0035262) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz084.txt [ohz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz085.txt centroid = (0.6821113, -1.4315697) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz085.txt description = Meigs, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kuni', 0.0035835) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz085.txt [ohz086] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz086.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz086.txt centroid = (0.6776206, -1.4367009) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz086.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz086.txt description = Gallia, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz086.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz086.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz086.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz086.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz086.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz086.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz086.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz086.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz086.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz086.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz086.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz086.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz086.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz086.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz086.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz086.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz086.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz086.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz086.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz086.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz086.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz086.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz086.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz086.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz086.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz086.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz086.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz086.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz086.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz086.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kuni', 0.0068255) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz086.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz086.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz086.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz086.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz086.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz086.txt [ohz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz087.txt centroid = (0.6736709, -1.4405389) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz087.txt description = Lawrence, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kdwu', 0.0028507) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz087.txt [ohz088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz088.txt centroid = (0.6772576, -1.4484976) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz088.txt description = Scioto, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('kdwu', 0.0055691) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz088.txt [ohz089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/oh/ohz089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/oh/ohz089.txt centroid = (0.7308758, -1.4099066) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/oh/ohz089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/oh/ohz089.txt description = Ashtabula Lakeshore, OH -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/oh/ohz089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/oh/ohz089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/oh/ohz089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/oh/ohz089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/oh/ohz089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/oh/ohz089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/oh/ohz089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/oh/ohz089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/oh.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/oh/ohz089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/oh/ohz089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/oh/ohz089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/oh/ohz089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/oh/ohz089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/oh/ohz089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/oh/ohz089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/oh.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/oh/ohz089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/oh/ohz089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/oh/ohz089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/oh/ohz089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/oh/ohz089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/oh/ohz089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/oh/ohz089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/oh/ohz089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/oh.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/oh/ohz089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/oh/ohz089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/oh/ohz089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/oh/ohz089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/oh/ohz089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/oh/ohz089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/oh/ohz089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/oh.txt station = ('khzy', 0.0019366) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/oh/ohz089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/oh/ohz089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/oh/ohz089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/oh/ohz089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/oh/ohz089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/oh/ohz089.txt [okz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz001.txt centroid = (0.6413788, -1.7892732) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz001.txt description = Cimarron, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kspd', 0.0094392) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz001.txt [okz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz002.txt centroid = (0.6413718, -1.7713347) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz002.txt description = Texas, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kguy', 0.0011356) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz002.txt [okz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz003.txt centroid = (0.6414033, -1.7536492) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz003.txt description = Beaver, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kpyx', 0.0070845) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz003.txt [okz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz004.txt centroid = (0.6420839, -1.7395225) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz004.txt description = Harper, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kwwr', 0.0064765) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz004.txt [okz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz005.txt centroid = (0.6417035, -1.7255215) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz005.txt description = Woods, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kavk', 0.0027298) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz005.txt [okz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz006.txt centroid = (0.6410769, -1.7160775) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz006.txt description = Alfalfa, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kavk', 0.0048939) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz006.txt [okz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz007.txt centroid = (0.6422148, -1.7066894) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz007.txt description = Grant, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kwdg', 0.0072789) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz007.txt [okz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz008.txt centroid = (0.6425953, -1.6954809) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz008.txt description = Kay, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kpnc', 0.0016001) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz008.txt [okz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz009.txt centroid = (0.6321286, -1.7410462) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz009.txt description = Ellis, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kgag', 0.0014360) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz009.txt [okz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz010.txt centroid = (0.6356960, -1.7325011) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz010.txt description = Woodward, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kwwr', 0.0036047) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz010.txt [okz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz011.txt centroid = (0.6337570, -1.7197776) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz011.txt description = Major, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kjwg', 0.0079668) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz011.txt [okz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz012.txt centroid = (0.6349333, -1.7066318) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz012.txt description = Garfield, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kwdg', 0.0001168) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz012.txt [okz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz013.txt centroid = (0.6351009, -1.6969941) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz013.txt description = Noble, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kswo', 0.0043929) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz013.txt [okz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz014.txt centroid = (0.6228783, -1.7400182) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz014.txt description = Roger Mills, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kelk', 0.0062063) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz014.txt [okz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz015.txt centroid = (0.6281039, -1.7280156) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz015.txt description = Dewey, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('koja', 0.0091057) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz015.txt [okz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz016.txt centroid = (0.6220161, -1.7279021) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz016.txt description = Custer, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('koja', 0.0050061) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz016.txt [okz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz017.txt centroid = (0.6261404, -1.7179887) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz017.txt description = Blaine, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kjwg', 0.0002560) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz017.txt [okz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz018.txt centroid = (0.6273656, -1.7094121) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz018.txt description = Kingfisher, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kend', 0.0067802) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz018.txt [okz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz019.txt centroid = (0.6269118, -1.7007064) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz019.txt description = Logan, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kgok', 0.0012685) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz019.txt [okz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz020.txt centroid = (0.6296677, -1.6925453) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz020.txt description = Payne, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kswo', 0.0021761) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz020.txt [okz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz021.txt centroid = (0.6155549, -1.7397791) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz021.txt description = Beckham, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kelk', 0.0049778) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz021.txt [okz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz022.txt centroid = (0.6159337, -1.7277416) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz022.txt description = Washita, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kcsm', 0.0031354) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz022.txt [okz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz023.txt centroid = (0.6139091, -1.7169694) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz023.txt description = Caddo, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kchk', 0.0059954) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz023.txt [okz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz024.txt centroid = (0.6203336, -1.7101172) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz024.txt description = Canadian, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('krce', 0.0025534) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz024.txt [okz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz025.txt centroid = (0.6204907, -1.7000764) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz025.txt description = Oklahoma, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('ktik', 0.0023776) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz025.txt [okz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz026.txt centroid = (0.6231349, -1.6908907) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz026.txt description = Lincoln, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kcqb', 0.0009332) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz026.txt [okz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz027.txt centroid = (0.6111619, -1.7083998) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz027.txt description = Grady, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kchk', 0.0018109) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz027.txt [okz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz028.txt centroid = (0.6110171, -1.7007117) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz028.txt description = McClain, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('koun', 0.0036309) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz028.txt [okz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz029.txt centroid = (0.6144187, -1.6986783) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz029.txt description = Cleveland, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('koun', 0.0017673) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz029.txt [okz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz030.txt centroid = (0.6144746, -1.6920670) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz030.txt description = Pottawatomie, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('ksnl', 0.0026265) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz030.txt [okz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz031.txt centroid = (0.6137887, -1.6862603) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz031.txt description = Seminole, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('ksnl', 0.0057188) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz031.txt [okz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz032.txt centroid = (0.6117100, -1.6798829) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz032.txt description = Hughes, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kmlc', 0.0072725) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz032.txt [okz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz033.txt centroid = (0.6063989, -1.7426467) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz033.txt description = Harmon, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kcds', 0.0082976) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz033.txt [okz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz034.txt centroid = (0.6097430, -1.7376655) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz034.txt description = Greer, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kaxs', 0.0052267) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz034.txt [okz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz035.txt centroid = (0.6094044, -1.7275409) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz035.txt description = Kiowa, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('khbr', 0.0015326) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz035.txt [okz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz036.txt centroid = (0.6036745, -1.7351138) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz036.txt description = Jackson, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kaxs', 0.0022222) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz036.txt [okz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz037.txt centroid = (0.5999185, -1.7265530) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz037.txt description = Tillman, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kfdr', 0.0009403) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz037.txt [okz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz038.txt centroid = (0.6049678, -1.7186554) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz038.txt description = Comanche, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kfsi', 0.0014950) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz038.txt [okz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz039.txt centroid = (0.6018873, -1.7078291) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz039.txt description = Stephens, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kduc', 0.0015836) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz039.txt [okz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz040.txt centroid = (0.6057078, -1.6983677) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz040.txt description = Garvin, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kpvj', 0.0012388) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz040.txt [okz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz041.txt centroid = (0.6018297, -1.6941545) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz041.txt description = Murray, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kadm', 0.0032053) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz041.txt [okz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz042.txt centroid = (0.6061197, -1.6874611) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz042.txt description = Pontotoc, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kadm', 0.0088458) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz042.txt [okz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz043.txt centroid = (0.6036780, -1.6807154) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz043.txt description = Coal, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kaqr', 0.0039532) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz043.txt [okz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz044.txt centroid = (0.5984769, -1.7169170) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz044.txt description = Cotton, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('klaw', 0.0048677) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz044.txt [okz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz045.txt centroid = (0.5953510, -1.7075568) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz045.txt description = Jefferson, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kduc', 0.0065290) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz045.txt [okz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz046.txt centroid = (0.5977910, -1.6979575) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz046.txt description = Carter, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('k1f0', 0.0029747) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz046.txt [okz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz047.txt centroid = (0.5989359, -1.6870457) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz047.txt description = Johnston, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kadm', 0.0051786) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz047.txt [okz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz048.txt centroid = (0.5999342, -1.6761758) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz048.txt description = Atoka, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kaqr', 0.0016452) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz048.txt [okz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz049.txt centroid = (0.6006760, -1.6646217) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz049.txt description = Pushmataha, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('khhw', 0.0071208) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz049.txt [okz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz050.txt centroid = (0.5925375, -1.6972315) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz050.txt description = Love, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('k1f0', 0.0038632) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz050.txt [okz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz051.txt centroid = (0.5938396, -1.6889394) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz051.txt description = Marshall, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kgyi', 0.0055740) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz051.txt [okz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz052.txt centroid = (0.5927540, -1.6800539) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz052.txt description = Bryan, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kdua', 0.0019777) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz052.txt [okz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz053.txt centroid = (0.5938745, -1.6676988) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz053.txt description = Choctaw, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('khhw', 0.0001977) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz053.txt [okz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz054.txt centroid = (0.6393001, -1.6824695) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz054.txt description = Osage, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kbvo', 0.0058560) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz054.txt [okz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz055.txt centroid = (0.6408011, -1.6738475) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz055.txt description = Washington, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kbvo', 0.0018090) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz055.txt [okz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz056.txt centroid = (0.6422550, -1.6688402) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz056.txt description = Nowata, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kcfv', 0.0050216) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz056.txt [okz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz057.txt centroid = (0.6416127, -1.6617018) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz057.txt description = Craig, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kgmj', 0.0071210) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz057.txt [okz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz058.txt centroid = (0.6429008, -1.6547554) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz058.txt description = Ottawa, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kgmj', 0.0041421) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz058.txt [okz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz059.txt centroid = (0.6338495, -1.6877212) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz059.txt description = Pawnee, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kswo', 0.0060082) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz059.txt [okz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz060.txt centroid = (0.6304321, -1.6744951) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz060.txt description = Tulsa, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('krvs', 0.0013741) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz060.txt [okz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz061.txt centroid = (0.6348042, -1.6686116) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz061.txt description = Rogers, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kgcm', 0.0022105) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz061.txt [okz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz062.txt centroid = (0.6335859, -1.6620928) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz062.txt description = Mayes, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kgcm', 0.0035024) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz062.txt [okz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz063.txt centroid = (0.6354430, -1.6546193) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz063.txt description = Delaware, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kgmj', 0.0035552) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz063.txt [okz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz064.txt centroid = (0.6266203, -1.6819895) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz064.txt description = Creek, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kowp', 0.0056737) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz064.txt [okz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz065.txt centroid = (0.6189897, -1.6811500) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz065.txt description = Okfuskee, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kokm', 0.0063812) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz065.txt [okz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz066.txt centroid = (0.6221523, -1.6748930) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz066.txt description = Okmulgee, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kokm', 0.0004341) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz066.txt [okz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz067.txt centroid = (0.6276361, -1.6671594) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz067.txt description = Wagoner, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kmko', 0.0058505) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz067.txt [okz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz068.txt centroid = (0.6266884, -1.6580576) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz068.txt description = Cherokee, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('ktqh', 0.0003948) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz068.txt [okz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz069.txt centroid = (0.6262922, -1.6521060) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz069.txt description = Adair, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('ktqh', 0.0049504) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz069.txt [okz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz070.txt centroid = (0.6216182, -1.6646846) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz070.txt description = Muskogee, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kmko', 0.0006186) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz070.txt [okz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz071.txt centroid = (0.6173875, -1.6697006) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz071.txt description = McIntosh, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kmko', 0.0064371) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz071.txt [okz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz072.txt centroid = (0.6195099, -1.6537850) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz072.txt description = Sequoyah, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kjsv', 0.0012089) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz072.txt [okz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz073.txt centroid = (0.6095370, -1.6711248) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz073.txt description = Pittsburg, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kmlc', 0.0008668) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz073.txt [okz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz074.txt centroid = (0.6147887, -1.6600978) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz074.txt description = Haskell, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kgzl', 0.0009920) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz074.txt [okz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz075.txt centroid = (0.6087028, -1.6624331) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz075.txt description = Latimer, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('kgzl', 0.0073694) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz075.txt [okz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz076.txt centroid = (0.6091217, -1.6528879) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz076.txt description = Le Flore, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('krkr', 0.0024251) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz076.txt [okz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ok/okz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ok/okz077.txt centroid = (0.5954208, -1.6540695) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ok/okz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ok/okz077.txt description = McCurtain, OK -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ok/okz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ok/okz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ok/okz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ok/okz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ok/okz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ok/okz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ok/okz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ok/okz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ok.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ok/okz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ok/okz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ok/okz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ok/okz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ok/okz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ok/okz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ok/okz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ok.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ok/okz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ok/okz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ok/okz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ok/okz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ok/okz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ok/okz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ok/okz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ok/okz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ok.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ok/okz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ok/okz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ok/okz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ok/okz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ok/okz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ok/okz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ok/okz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ok.txt station = ('k4o4', 0.0038129) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ok/okz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ok/okz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ok/okz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ok/okz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ok/okz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ok/okz077.txt [orz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz001.txt centroid = (0.7978179, -2.1611330) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz001.txt description = North Oregon Coast, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('ktmk', 0.0050922) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz001.txt [orz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz002.txt centroid = (0.7769961, -2.1645067) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz002.txt description = Central Oregon Coast, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('konp', 0.0011909) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz002.txt [orz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz003.txt centroid = (0.7973537, -2.1552303) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz003.txt description = Coast Range of Northwest Oregon, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('ktmk', 0.0060919) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz003.txt [orz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz004.txt centroid = (0.7743398, -2.1587978) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz004.txt description = Central Coast Range of Western Oregon, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('konp', 0.0059115) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz004.txt [orz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz005.txt centroid = (0.8034361, -2.1469749) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz005.txt description = Lower Columbia, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kkls', 0.0019914) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz005.txt [orz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz006.txt centroid = (0.7939206, -2.1429467) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz006.txt description = Greater Portland Metro Area, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kvuo', 0.0027594) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz006.txt [orz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz007.txt centroid = (0.7863372, -2.1475892) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz007.txt description = Central Willamette Valley, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('ksle', 0.0027484) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz007.txt [orz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz008.txt centroid = (0.7750676, -2.1491827) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz008.txt description = South Willamette Valley, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kcvo', 0.0024086) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz008.txt [orz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz010.txt centroid = (0.7818290, -2.1376601) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz010.txt description = Northern Oregon Cascade Foothills, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kuao', 0.0086906) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz010.txt [orz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz011.txt centroid = (0.7840211, -2.1289928) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz011.txt description = Northern Oregon Cascades, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kuao', 0.0112417) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz011.txt [orz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz012.txt centroid = (0.7665259, -2.1431683) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz012.txt description = Cascade Foothills in Lane County, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('keug', 0.0064885) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz012.txt [orz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz013.txt centroid = (0.7651907, -2.1336755) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz013.txt description = Cascades in Lane County, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kbdn', 0.0138881) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz013.txt [orz014] centroid = (0.7955490, -2.1219312) @@ -65690,625 +65690,625 @@ description = Unknown zone in OR zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz016.txt [orz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz021.txt centroid = (0.7536506, -2.1669432) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz021.txt description = South Central Oregon Coast, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('koth', 0.0042805) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz021.txt [orz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz022.txt centroid = (0.7390073, -2.1694617) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz022.txt description = Curry County Coast, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kbok', 0.0046719) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz022.txt [orz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz023.txt centroid = (0.7550347, -2.1546125) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz023.txt description = Central Douglas County, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('krbg', 0.0013580) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz023.txt [orz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz024.txt centroid = (0.7398486, -2.1597455) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz024.txt description = Eastern Curry County and Josephine County, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('ksxt', 0.0060848) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz024.txt [orz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz025.txt centroid = (0.7546524, -2.1416761) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz025.txt description = Eastern Douglas County Foothills, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('krbg', 0.0081510) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz025.txt [orz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz026.txt centroid = (0.7411576, -2.1440619) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz026.txt description = Jackson County, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kmfr', 0.0015089) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz026.txt [orz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz027.txt centroid = (0.7537641, -2.1320384) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz027.txt description = South Central Oregon Cascades, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kmfr', 0.0168401) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz027.txt [orz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz028.txt centroid = (0.7388659, -2.1371679) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz028.txt description = Siskiyou Mountains and Southern Oregon Cascades, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kmfr', 0.0056460) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz028.txt [orz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz029.txt centroid = (0.7391557, -2.1244532) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz029.txt description = Klamath Basin, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('klmt', 0.0035001) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz029.txt [orz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz030.txt centroid = (0.7466501, -2.1161698) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz030.txt description = Northern and Eastern Klamath County and Western Lake County, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('klmt', 0.0125434) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz030.txt [orz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz031.txt centroid = (0.7471842, -2.0987706) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz031.txt description = Central and Eastern Lake County, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('klkv', 0.0114001) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz031.txt [orz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz041.txt centroid = (0.7966730, -2.1040154) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz041.txt description = East Columbia River Gorge, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kdls', 0.0075289) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz041.txt [orz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz044.txt centroid = (0.7984061, -2.0851152) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz044.txt description = Lower Columbia Basin, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('khri', 0.0028952) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz044.txt [orz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz049.txt centroid = (0.7919205, -2.0586420) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz049.txt description = Grande Ronde Valley, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('klgd', 0.0016857) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz049.txt [orz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz050.txt centroid = (0.7938229, -2.0452379) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz050.txt description = Wallowa County, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('klgd', 0.0105966) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz050.txt [orz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz061.txt centroid = (0.7516086, -2.0763816) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz061.txt description = Harney County, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kbno', 0.0093577) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz061.txt [orz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz062.txt centroid = (0.7803227, -2.0538214) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz062.txt description = Baker County, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kbke', 0.0027860) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz062.txt [orz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz063.txt centroid = (0.7526383, -2.0535614) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz063.txt description = Malheur County, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kreo', 0.0097817) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz063.txt [orz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz064.txt centroid = (0.7683515, -2.0452379) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz064.txt description = Oregon Lower Treasure Valley, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kono', 0.0020971) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz064.txt [orz502] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz502.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz502.txt centroid = (0.7975317, -2.0595601) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz502.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz502.txt description = Northern Blue Mountains of Oregon, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz502.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz502.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz502.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz502.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz502.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz502.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz502.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz502.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz502.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz502.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz502.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz502.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz502.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz502.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz502.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz502.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz502.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz502.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz502.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz502.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz502.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz502.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz502.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz502.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz502.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz502.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz502.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz502.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz502.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz502.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kmeh', 0.0059233) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz502.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz502.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz502.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz502.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz502.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz502.txt [orz503] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz503.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz503.txt centroid = (0.7850718, -2.0764496) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz503.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz503.txt description = Southern Blue Mountains of Oregon, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz503.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz503.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz503.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz503.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz503.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz503.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz503.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz503.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz503.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz503.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz503.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz503.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz503.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz503.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz503.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz503.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz503.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz503.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz503.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz503.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz503.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz503.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz503.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz503.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz503.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz503.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz503.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz503.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz503.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz503.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kgcd', 0.0101467) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz503.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz503.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz503.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz503.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz503.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz503.txt [orz505] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz505.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz505.txt centroid = (0.7807120, -2.0905990) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz505.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz505.txt description = John Day Basin, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz505.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz505.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz505.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz505.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz505.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz505.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz505.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz505.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz505.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz505.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz505.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz505.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz505.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz505.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz505.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz505.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz505.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz505.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz505.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz505.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz505.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz505.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz505.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz505.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz505.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz505.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz505.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz505.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz505.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz505.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('kgcd', 0.0117504) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz505.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz505.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz505.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz505.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz505.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz505.txt [orz506] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/or/orz506.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/or/orz506.txt centroid = (0.7708282, -2.0945452) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/or/orz506.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/or/orz506.txt description = Ochoco-John Day Highlands, OR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/or/orz506.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/or/orz506.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/or/orz506.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/or/orz506.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/or/orz506.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/or/orz506.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/or/orz506.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/or/orz506.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/or.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/or/orz506.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/or/orz506.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/or/orz506.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/or/orz506.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/or/orz506.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/or/orz506.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/or/orz506.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/or.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/or/orz506.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/or/orz506.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/or/orz506.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/or/orz506.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/or/orz506.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/or/orz506.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/or/orz506.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/or/orz506.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/or.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/or/orz506.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/or/orz506.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/or/orz506.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/or/orz506.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/or/orz506.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/or/orz506.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/or/orz506.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/or.txt station = ('ks39', 0.0113965) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/or/orz506.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/or/orz506.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/or/orz506.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/or/orz506.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/or/orz506.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz506.txt [orz507] centroid = (0.7980309, -2.0719414) @@ -66337,1813 +66337,1813 @@ description = Unknown zone in OR zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz511.txt [paz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz001.txt centroid = (0.7348150, -1.3984363) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz001.txt description = Northern Erie, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('keri', 0.0008273) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz001.txt [paz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz002.txt centroid = (0.7325147, -1.3965077) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz002.txt description = Southern Erie, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('keri', 0.0029551) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz002.txt [paz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz003.txt centroid = (0.7275370, -1.3981187) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz003.txt description = Crawford, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kgkj', 0.0016965) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz003.txt [paz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz004.txt centroid = (0.7298042, -1.3835941) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz004.txt description = Warren, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kjhw', 0.0058529) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz004.txt [paz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz005.txt centroid = (0.7296838, -1.3712877) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz005.txt description = McKean, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kbfd', 0.0008480) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz005.txt [paz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz006.txt centroid = (0.7285877, -1.3595382) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz006.txt description = Potter, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kelz', 0.0063420) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz006.txt [paz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz007.txt centroid = (0.7208594, -1.4007611) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz007.txt description = Mercer, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kucp', 0.0052480) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz007.txt [paz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz008.txt centroid = (0.7225838, -1.3920397) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz008.txt description = Venango, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kfkl', 0.0014559) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz008.txt [paz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz009.txt centroid = (0.7245420, -1.3829308) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz009.txt description = Forest, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kduj', 0.0073830) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz009.txt [paz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz010.txt centroid = (0.7230079, -1.3726875) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz010.txt description = Elk, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kduj', 0.0052209) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz010.txt [paz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz011.txt centroid = (0.7232086, -1.3649138) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz011.txt description = Cameron, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kfig', 0.0073061) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz011.txt [paz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz012.txt centroid = (0.7206709, -1.3567003) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz012.txt description = Northern Clinton, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kunv', 0.0078557) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz012.txt [paz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz013.txt centroid = (0.7154314, -1.4020963) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz013.txt description = Lawrence, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kucp', 0.0012000) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz013.txt [paz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz014.txt centroid = (0.7140439, -1.3947450) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz014.txt description = Butler, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kbtp', 0.0022931) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz014.txt [paz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz015.txt centroid = (0.7189448, -1.3861579) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz015.txt description = Clarion, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kfkl', 0.0067271) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz015.txt [paz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz016.txt centroid = (0.7178208, -1.3788014) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz016.txt description = Jefferson, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kduj', 0.0018054) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz016.txt [paz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz017.txt centroid = (0.7155885, -1.3696314) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz017.txt description = Clearfield, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kfig', 0.0011521) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz017.txt [paz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz018.txt centroid = (0.7154017, -1.3614127) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz018.txt description = Northern Centre, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kunv', 0.0031639) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz018.txt [paz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz019.txt centroid = (0.7133841, -1.3561592) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz019.txt description = Southern Centre, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kunv', 0.0019950) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz019.txt [paz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz020.txt centroid = (0.7100401, -1.4023598) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz020.txt description = Beaver, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kbvi', 0.0016180) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz020.txt [paz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz021.txt centroid = (0.7063138, -1.3959353) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz021.txt description = Allegheny, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kagc', 0.0022438) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz021.txt [paz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz022.txt centroid = (0.7123125, -1.3869172) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz022.txt description = Armstrong, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kidi', 0.0057467) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz022.txt [paz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz023.txt centroid = (0.7095130, -1.3803373) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz023.txt description = Indiana, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kidi', 0.0003670) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz023.txt [paz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz024.txt centroid = (0.7067781, -1.3738115) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz024.txt description = Cambria, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kjst', 0.0035019) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz024.txt [paz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz025.txt centroid = (0.7065320, -1.3674410) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz025.txt description = Blair, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kaoo', 0.0031926) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz025.txt [paz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz026.txt centroid = (0.7054097, -1.3610287) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz026.txt description = Huntingdon, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kaoo', 0.0049067) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz026.txt [paz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz027.txt centroid = (0.7087852, -1.3546740) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz027.txt description = Mifflin, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kunv', 0.0051938) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz027.txt [paz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz028.txt centroid = (0.7074011, -1.3509197) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz028.txt description = Juniata, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kunv', 0.0081319) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz028.txt [paz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz029.txt centroid = (0.7014374, -1.4005953) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz029.txt description = Washington, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kafj', 0.0010850) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz029.txt [paz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz031.txt centroid = (0.6955800, -1.4001537) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz031.txt description = Greene, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kafj', 0.0049452) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz031.txt [paz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz033.txt centroid = (0.6976517, -1.3793040) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz033.txt description = Somerset, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('k2g9', 0.0011720) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz033.txt [paz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz034.txt centroid = (0.6982469, -1.3699124) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz034.txt description = Bedford, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('khmz', 0.0014044) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz034.txt [paz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz035.txt centroid = (0.6968314, -1.3633186) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz035.txt description = Fulton, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('khmz', 0.0060289) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz035.txt [paz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz036.txt centroid = (0.6968663, -1.3564908) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz036.txt description = Franklin, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('khgr', 0.0039740) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz036.txt [paz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz037.txt centroid = (0.7290607, -1.3483419) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz037.txt description = Tioga, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kn38', 0.0020059) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz037.txt [paz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz038.txt centroid = (0.7293487, -1.3354509) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz038.txt description = Bradford, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kelm', 0.0082706) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz038.txt [paz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz039.txt centroid = (0.7299211, -1.3229735) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz039.txt description = Susquehanna, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kbgm', 0.0070190) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz039.txt [paz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz040.txt centroid = (0.7291514, -1.3140549) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz040.txt description = Northern Wayne, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kmsv', 0.0065200) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz040.txt [paz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz041.txt centroid = (0.7230288, -1.3469125) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz041.txt description = Northern Lycoming, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kipt', 0.0045519) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz041.txt [paz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz042.txt centroid = (0.7233692, -1.3353846) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz042.txt description = Sullivan, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kipt', 0.0063110) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz042.txt [paz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz043.txt centroid = (0.7246328, -1.3267382) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz043.txt description = Wyoming, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kavp', 0.0049158) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz043.txt [paz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz044.txt centroid = (0.7232121, -1.3196295) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz044.txt description = Lackawanna, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kavp', 0.0024323) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz044.txt [paz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz045.txt centroid = (0.7169621, -1.3505724) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz045.txt description = Southern Clinton, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kunv', 0.0073476) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz045.txt [paz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz046.txt centroid = (0.7195766, -1.3424340) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz046.txt description = Southern Lycoming, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kipt', 0.0003719) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz046.txt [paz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz047.txt centroid = (0.7186777, -1.3262565) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz047.txt description = Luzerne, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('khzl', 0.0033244) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz047.txt [paz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz048.txt centroid = (0.7213812, -1.3095851) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz048.txt description = Pike, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kmpo', 0.0057528) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz048.txt [paz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz049.txt centroid = (0.7149392, -1.3449874) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz049.txt description = Union, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kseg', 0.0036293) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz049.txt [paz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz050.txt centroid = (0.7115707, -1.3451270) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz050.txt description = Snyder, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kseg', 0.0028087) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz050.txt [paz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz051.txt centroid = (0.7160737, -1.3379450) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz051.txt description = Montour, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kseg', 0.0045972) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz051.txt [paz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz052.txt centroid = (0.7130019, -1.3388264) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz052.txt description = Northumberland, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kseg', 0.0021702) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz052.txt [paz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz053.txt centroid = (0.7164332, -1.3335223) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz053.txt description = Columbia, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('khzl', 0.0055099) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz053.txt [paz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz054.txt centroid = (0.7141591, -1.3213678) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz054.txt description = Carbon, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('k22n', 0.0020221) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz054.txt [paz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz055.txt centroid = (0.7166008, -1.3149206) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz055.txt description = Monroe, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kmpo', 0.0014330) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz055.txt [paz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz056.txt centroid = (0.7050851, -1.3484798) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz056.txt description = Perry, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kcxy', 0.0063371) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz056.txt [paz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz057.txt centroid = (0.7053835, -1.3400498) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz057.txt description = Dauphin, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kmui', 0.0028409) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz057.txt [paz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz058.txt centroid = (0.7104520, -1.3302201) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz058.txt description = Schuylkill, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('khzl', 0.0057056) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz058.txt [paz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz059.txt centroid = (0.7045405, -1.3344386) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz059.txt description = Lebanon, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kmui', 0.0018520) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz059.txt [paz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz060.txt centroid = (0.7053993, -1.3251587) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz060.txt description = Berks, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('krdg', 0.0010226) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz060.txt [paz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz061.txt centroid = (0.7088288, -1.3193363) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz061.txt description = Lehigh, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kxll', 0.0015500) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz061.txt [paz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz062.txt centroid = (0.7112967, -1.3143621) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz062.txt description = Northampton, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kabe', 0.0026218) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz062.txt [paz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz063.txt centroid = (0.7009888, -1.3485304) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz063.txt description = Cumberland, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kmdt', 0.0066764) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz063.txt [paz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz064.txt centroid = (0.6958890, -1.3477066) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz064.txt description = Adams, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kryt', 0.0037666) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz064.txt [paz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz065.txt centroid = (0.6967337, -1.3391300) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz065.txt description = York, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kthv', 0.0021001) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz065.txt [paz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz066.txt centroid = (0.6988717, -1.3307734) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz066.txt description = Lancaster, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('klns', 0.0014724) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz066.txt [paz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz070.txt centroid = (0.6966778, -1.3159608) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz070.txt description = Delaware, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kphl', 0.0023842) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz070.txt [paz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz071.txt centroid = (0.6982643, -1.3113322) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz071.txt description = Philadelphia, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kpne', 0.0020485) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz071.txt [paz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pa/paz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pa/paz072.txt centroid = (0.7238980, -1.3146047) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pa/paz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pa/paz072.txt description = Southern Wayne, PA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pa/paz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pa/paz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pa/paz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pa/paz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pa/paz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pa/paz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pa/paz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pa/paz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pa/paz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pa/paz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pa/paz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pa/paz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pa/paz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pa/paz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pa/paz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pa/paz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pa/paz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pa/paz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pa/paz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pa/paz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pa/paz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pa/paz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pa/paz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pa/paz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pa/paz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pa/paz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pa/paz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pa/paz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pa/paz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pa/paz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pa.txt station = ('kmpo', 0.0060409) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pa/paz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pa/paz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pa/paz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pa/paz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pa/paz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz072.txt [paz073] centroid = (0.7041461, -1.3888423) @@ -68206,1894 +68206,1894 @@ station = ('kdyl', 0.0001472) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pa/paz106.txt [prz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pr/prz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pr/prz001.txt centroid = (0.3206344, -1.1536295) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pr/prz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pr/prz001.txt description = San Juan and Vicinity, PR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pr/prz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pr/prz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pr/prz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pr/prz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pr/prz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pr/prz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pr/prz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pr/prz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pr.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pr/prz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pr/prz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pr/prz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pr/prz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pr/prz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pr/prz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pr/prz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pr.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pr/prz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pr/prz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pr/prz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pr/prz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pr/prz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pr/prz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pr/prz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pr/prz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pr.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pr/prz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pr/prz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pr/prz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pr/prz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pr/prz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pr/prz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pr/prz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pr.txt station = ('tjig', 0.0013792) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pr/prz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pr/prz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pr/prz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pr/prz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pr/prz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pr/prz001.txt [prz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pr/prz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pr/prz002.txt centroid = (0.3191527, -1.1480706) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pr/prz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pr/prz002.txt description = Northeast, PR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pr/prz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pr/prz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pr/prz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pr/prz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pr/prz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pr/prz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pr/prz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pr/prz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pr.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pr/prz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pr/prz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pr/prz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pr/prz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pr/prz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pr/prz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pr/prz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pr.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pr/prz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pr/prz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pr/prz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pr/prz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pr/prz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pr/prz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pr/prz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pr/prz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pr.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pr/prz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pr/prz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pr/prz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pr/prz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pr/prz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pr/prz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pr/prz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pr.txt station = ('tjnr', 0.0025047) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pr/prz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pr/prz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pr/prz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pr/prz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pr/prz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pr/prz002.txt [prz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pr/prz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pr/prz003.txt centroid = (0.3146096, -1.1532368) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pr/prz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pr/prz003.txt description = Southeast, PR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pr/prz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pr/prz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pr/prz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pr/prz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pr/prz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pr/prz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pr/prz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pr/prz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pr.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pr/prz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pr/prz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pr/prz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pr/prz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pr/prz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pr/prz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pr/prz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pr.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pr/prz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pr/prz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pr/prz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pr/prz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pr/prz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pr/prz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pr/prz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pr/prz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pr.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pr/prz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pr/prz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pr/prz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pr/prz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pr/prz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pr/prz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pr/prz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pr.txt station = ('tjig', 0.0074147) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pr/prz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pr/prz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pr/prz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pr/prz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pr/prz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pr/prz003.txt [prz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pr/prz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pr/prz004.txt centroid = (0.3174649, -1.1528249) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pr/prz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pr/prz004.txt description = Eastern Interior, PR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pr/prz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pr/prz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pr/prz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pr/prz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pr/prz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pr/prz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pr/prz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pr/prz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pr.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pr/prz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pr/prz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pr/prz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pr/prz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pr/prz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pr/prz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pr/prz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pr.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pr/prz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pr/prz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pr/prz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pr/prz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pr/prz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pr/prz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pr/prz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pr/prz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pr.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pr/prz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pr/prz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pr/prz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pr/prz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pr/prz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pr/prz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pr/prz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pr.txt station = ('tjig', 0.0046173) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pr/prz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pr/prz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pr/prz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pr/prz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pr/prz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pr/prz004.txt [prz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pr/prz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pr/prz005.txt centroid = (0.3214094, -1.1611833) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pr/prz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pr/prz005.txt description = North Central, PR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pr/prz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pr/prz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pr/prz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pr/prz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pr/prz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pr/prz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pr/prz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pr/prz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pr.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pr/prz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pr/prz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pr/prz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pr/prz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pr/prz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pr/prz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pr/prz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pr.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pr/prz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pr/prz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pr/prz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pr/prz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pr/prz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pr/prz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pr/prz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pr/prz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pr.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pr/prz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pr/prz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pr/prz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pr/prz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pr/prz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pr/prz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pr/prz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pr.txt station = ('tjps', 0.0069844) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pr/prz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pr/prz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pr/prz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pr/prz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pr/prz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pr/prz005.txt [prz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pr/prz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pr/prz006.txt centroid = (0.3178768, -1.1590592) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pr/prz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pr/prz006.txt description = Central Interior, PR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pr/prz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pr/prz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pr/prz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pr/prz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pr/prz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pr/prz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pr/prz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pr/prz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pr.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pr/prz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pr/prz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pr/prz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pr/prz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pr/prz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pr/prz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pr/prz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pr.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pr/prz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pr/prz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pr/prz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pr/prz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pr/prz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pr/prz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pr/prz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pr/prz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pr.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pr/prz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pr/prz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pr/prz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pr/prz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pr/prz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pr/prz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pr/prz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pr.txt station = ('tjps', 0.0043087) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pr/prz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pr/prz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pr/prz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pr/prz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pr/prz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pr/prz006.txt [prz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pr/prz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pr/prz007.txt centroid = (0.3151000, -1.1633091) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pr/prz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pr/prz007.txt description = Ponce and Vicinity, PR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pr/prz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pr/prz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pr/prz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pr/prz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pr/prz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pr/prz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pr/prz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pr/prz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pr.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pr/prz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pr/prz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pr/prz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pr/prz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pr/prz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pr/prz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pr/prz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pr.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pr/prz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pr/prz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pr/prz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pr/prz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pr/prz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pr/prz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pr/prz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pr/prz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pr.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pr/prz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pr/prz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pr/prz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pr/prz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pr/prz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pr/prz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pr/prz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pr.txt station = ('tjps', 0.0015687) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pr/prz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pr/prz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pr/prz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pr/prz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pr/prz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pr/prz007.txt [prz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pr/prz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pr/prz008.txt centroid = (0.3217567, -1.1683409) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pr/prz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pr/prz008.txt description = Northwest, PR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pr/prz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pr/prz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pr/prz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pr/prz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pr/prz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pr/prz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pr/prz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pr/prz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pr.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pr/prz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pr/prz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pr/prz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pr/prz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pr/prz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pr/prz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pr/prz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pr.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pr/prz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pr/prz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pr/prz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pr/prz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pr/prz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pr/prz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pr/prz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pr/prz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pr.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pr/prz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pr/prz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pr/prz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pr/prz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pr/prz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pr/prz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pr/prz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pr.txt station = ('tjbq', 0.0033783) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pr/prz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pr/prz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pr/prz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pr/prz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pr/prz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pr/prz008.txt [prz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pr/prz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pr/prz009.txt centroid = (0.3183219, -1.1667212) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pr/prz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pr/prz009.txt description = Western Interior, PR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pr/prz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pr/prz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pr/prz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pr/prz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pr/prz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pr/prz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pr/prz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pr/prz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pr.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pr/prz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pr/prz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pr/prz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pr/prz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pr/prz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pr/prz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pr/prz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pr.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pr/prz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pr/prz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pr/prz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pr/prz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pr/prz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pr/prz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pr/prz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pr/prz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pr.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pr/prz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pr/prz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pr/prz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pr/prz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pr/prz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pr/prz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pr/prz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pr.txt station = ('tjmz', 0.0050265) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pr/prz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pr/prz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pr/prz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pr/prz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pr/prz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pr/prz009.txt [prz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pr/prz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pr/prz010.txt centroid = (0.3183917, -1.1723080) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pr/prz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pr/prz010.txt description = Mayaguez and Vicinity, PR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pr/prz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pr/prz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pr/prz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pr/prz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pr/prz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pr/prz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pr/prz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pr/prz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pr.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pr/prz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pr/prz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pr/prz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pr/prz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pr/prz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pr/prz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pr/prz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pr.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pr/prz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pr/prz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pr/prz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pr/prz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pr/prz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pr/prz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pr/prz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pr/prz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pr.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pr/prz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pr/prz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pr/prz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pr/prz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pr/prz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pr/prz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pr/prz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pr.txt station = ('tjmz', 0.0005195) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pr/prz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pr/prz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pr/prz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pr/prz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pr/prz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pr/prz010.txt [prz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pr/prz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pr/prz011.txt centroid = (0.3144734, -1.1704422) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pr/prz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pr/prz011.txt description = Southwest, PR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pr/prz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pr/prz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pr/prz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pr/prz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pr/prz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pr/prz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pr/prz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pr/prz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pr.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pr/prz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pr/prz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pr/prz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pr/prz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pr/prz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pr/prz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pr/prz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pr.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pr/prz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pr/prz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pr/prz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pr/prz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pr/prz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pr/prz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pr/prz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pr/prz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pr.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pr/prz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pr/prz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pr/prz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pr/prz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pr/prz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pr/prz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pr/prz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pr.txt station = ('tjmz', 0.0045821) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pr/prz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pr/prz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pr/prz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pr/prz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pr/prz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pr/prz011.txt [prz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pr/prz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pr/prz012.txt centroid = (0.3196728, -1.1394853) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pr/prz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pr/prz012.txt description = Culebra, PR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pr/prz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pr/prz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pr/prz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pr/prz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pr/prz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pr/prz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pr/prz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pr/prz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pr.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pr/prz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pr/prz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pr/prz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pr/prz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pr/prz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pr/prz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pr/prz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pr.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pr/prz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pr/prz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pr/prz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pr/prz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pr/prz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pr/prz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pr/prz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pr/prz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pr.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pr/prz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pr/prz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pr/prz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pr/prz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pr/prz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pr/prz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pr/prz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pr.txt station = ('tist', 0.0050520) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pr/prz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pr/prz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pr/prz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pr/prz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pr/prz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pr/prz012.txt [prz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/pr/prz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/pr/prz013.txt centroid = (0.3163078, -1.1421696) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/pr/prz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/pr/prz013.txt description = Vieques, PR -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/pr/prz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/pr/prz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/pr/prz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/pr/prz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/pr/prz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/pr/prz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/pr/prz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/pr/prz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/pr.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/pr/prz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/pr/prz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/pr/prz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/pr/prz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/pr/prz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/pr/prz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/pr/prz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/pr.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/pr/prz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/pr/prz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/pr/prz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/pr/prz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/pr/prz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/pr/prz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/pr/prz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/pr/prz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/pr.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/pr/prz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/pr/prz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/pr/prz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/pr/prz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/pr/prz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/pr/prz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/pr/prz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/pr.txt station = ('tjnr', 0.0038760) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/pr/prz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/pr/prz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/pr/prz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/pr/prz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/pr/prz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/pr/prz013.txt [riz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ri/riz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ri/riz001.txt centroid = (0.7311324, -1.2500100) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ri/riz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ri/riz001.txt description = Northwest Providence, RI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ri/riz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ri/riz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ri/riz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ri/riz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ri/riz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ri/riz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ri/riz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ri/riz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ri.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ri/riz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ri/riz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ri/riz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ri/riz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ri/riz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ri/riz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ri/riz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ri.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ri/riz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ri/riz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ri/riz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ri/riz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ri/riz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ri/riz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ri/riz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ri/riz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ri.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ri/riz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ri/riz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ri/riz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ri/riz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ri/riz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ri/riz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ri/riz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ri.txt station = ('ksfz', 0.0016266) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ri/riz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ri/riz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ri/riz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ri/riz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ri/riz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ri/riz001.txt [riz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ri/riz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ri/riz002.txt centroid = (0.7297588, -1.2470831) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ri/riz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ri/riz002.txt description = Southeast Providence, RI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ri/riz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ri/riz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ri/riz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ri/riz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ri/riz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ri/riz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ri/riz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ri/riz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ri.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ri/riz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ri/riz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ri/riz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ri/riz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ri/riz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ri/riz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ri/riz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ri.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ri/riz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ri/riz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ri/riz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ri/riz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ri/riz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ri/riz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ri/riz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ri/riz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ri.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ri/riz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ri/riz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ri/riz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ri/riz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ri/riz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ri/riz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ri/riz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ri.txt station = ('kpvd', 0.0013974) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ri/riz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ri/riz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ri/riz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ri/riz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ri/riz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ri/riz002.txt [riz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ri/riz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ri/riz003.txt centroid = (0.7271810, -1.2507675) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ri/riz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ri/riz003.txt description = Western Kent, RI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ri/riz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ri/riz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ri/riz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ri/riz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ri/riz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ri/riz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ri/riz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ri/riz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ri.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ri/riz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ri/riz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ri/riz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ri/riz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ri/riz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ri/riz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ri/riz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ri.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ri/riz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ri/riz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ri/riz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ri/riz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ri/riz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ri/riz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ri/riz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ri/riz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ri.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ri/riz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ri/riz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ri/riz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ri/riz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ri/riz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ri/riz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ri/riz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ri.txt station = ('kpvd', 0.0032341) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ri/riz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ri/riz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ri/riz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ri/riz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ri/riz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ri/riz003.txt [riz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ri/riz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ri/riz004.txt centroid = (0.7275597, -1.2472943) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ri/riz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ri/riz004.txt description = Eastern Kent, RI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ri/riz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ri/riz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ri/riz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ri/riz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ri/riz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ri/riz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ri/riz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ri/riz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ri.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ri/riz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ri/riz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ri/riz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ri/riz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ri/riz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ri/riz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ri/riz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ri.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ri/riz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ri/riz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ri/riz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ri/riz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ri/riz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ri/riz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ri/riz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ri/riz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ri.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ri/riz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ri/riz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ri/riz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ri/riz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ri/riz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ri/riz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ri/riz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ri.txt station = ('kpvd', 0.0009201) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ri/riz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ri/riz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ri/riz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ri/riz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ri/riz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ri/riz004.txt [riz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ri/riz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ri/riz005.txt centroid = (0.7280833, -1.2441440) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ri/riz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ri/riz005.txt description = Bristol, RI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ri/riz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ri/riz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ri/riz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ri/riz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ri/riz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ri/riz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ri/riz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ri/riz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ri.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ri/riz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ri/riz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ri/riz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ri/riz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ri/riz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ri/riz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ri/riz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ri.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ri/riz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ri/riz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ri/riz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ri/riz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ri/riz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ri/riz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ri/riz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ri/riz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ri.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ri/riz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ri/riz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ri/riz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ri/riz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ri/riz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ri/riz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ri/riz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ri.txt station = ('kpvd', 0.0019658) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ri/riz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ri/riz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ri/riz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ri/riz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ri/riz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ri/riz005.txt [riz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ri/riz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ri/riz006.txt centroid = (0.7239277, -1.2500886) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ri/riz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ri/riz006.txt description = Washington, RI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ri/riz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ri/riz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ri/riz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ri/riz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ri/riz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ri/riz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ri/riz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ri/riz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ri.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ri/riz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ri/riz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ri/riz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ri/riz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ri/riz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ri/riz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ri/riz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ri.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ri/riz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ri/riz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ri/riz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ri/riz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ri/riz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ri/riz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ri/riz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ri/riz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ri.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ri/riz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ri/riz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ri/riz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ri/riz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ri/riz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ri/riz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ri/riz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ri.txt station = ('kwst', 0.0032015) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ri/riz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ri/riz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ri/riz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ri/riz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ri/riz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ri/riz006.txt [riz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ri/riz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ri/riz007.txt centroid = (0.7252890, -1.2433132) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ri/riz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ri/riz007.txt description = Newport, RI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ri/riz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ri/riz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ri/riz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ri/riz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ri/riz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ri/riz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ri/riz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ri/riz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ri.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ri/riz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ri/riz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ri/riz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ri/riz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ri/riz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ri/riz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ri/riz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ri.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ri/riz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ri/riz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ri/riz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ri/riz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ri/riz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ri/riz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ri/riz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ri/riz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ri.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ri/riz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ri/riz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ri/riz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ri/riz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ri/riz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ri/riz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ri/riz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ri.txt station = ('kuuu', 0.0007274) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ri/riz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ri/riz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ri/riz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ri/riz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ri/riz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ri/riz007.txt [riz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ri/riz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ri/riz008.txt centroid = (0.7186917, -1.2492805) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ri/riz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ri/riz008.txt description = Block Island, RI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ri/riz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ri/riz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ri/riz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ri/riz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ri/riz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ri/riz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ri/riz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ri/riz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ri.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ri/riz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ri/riz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ri/riz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ri/riz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ri/riz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ri/riz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ri/riz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ri.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ri/riz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ri/riz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ri/riz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ri/riz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ri/riz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ri/riz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ri/riz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ri/riz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ri.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ri/riz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ri/riz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ri/riz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ri/riz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ri/riz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ri/riz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ri/riz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ri.txt station = ('kbid', 0.0002516) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ri/riz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ri/riz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ri/riz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ri/riz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ri/riz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ri/riz008.txt [scz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz001.txt centroid = (0.6076434, -1.4504716) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz001.txt description = Oconee Mountains, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kceu', 0.0041143) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz001.txt [scz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz002.txt centroid = (0.6103434, -1.4444991) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz002.txt description = Pickens Mountains, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('klqk', 0.0029393) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz002.txt [scz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz003.txt centroid = (0.6125722, -1.4388267) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz003.txt description = Greenville Mountains, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kgmu', 0.0045071) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz003.txt [scz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz004.txt centroid = (0.6043744, -1.4483580) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz004.txt description = Greater Oconee, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kceu', 0.0016049) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz004.txt [scz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz005.txt centroid = (0.6075893, -1.4432197) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz005.txt description = Greater Pickens, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('klqk', 0.0001433) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz005.txt [scz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz006.txt centroid = (0.6071669, -1.4370238) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz006.txt description = Greater Greenville, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kgyh', 0.0008058) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz006.txt [scz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz007.txt centroid = (0.6096662, -1.4310077) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz007.txt description = Spartanburg, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kspa', 0.0006360) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz007.txt [scz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz008.txt centroid = (0.6117065, -1.4245447) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz008.txt description = Cherokee, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('keho', 0.0035341) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz008.txt [scz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz009.txt centroid = (0.6104237, -1.4169368) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz009.txt description = York, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kuza', 0.0019293) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz009.txt [scz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz010.txt centroid = (0.6024719, -1.4423034) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz010.txt description = Anderson, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kand', 0.0011809) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz010.txt [scz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz011.txt centroid = (0.5972970, -1.4391758) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz011.txt description = Abbeville, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kgrd', 0.0044586) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz011.txt [scz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz012.txt centroid = (0.6018524, -1.4312747) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz012.txt description = Laurens, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('klux', 0.0008549) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz012.txt [scz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz013.txt centroid = (0.6054408, -1.4245273) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz013.txt description = Union, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('klux', 0.0057849) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz013.txt [scz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz014.txt centroid = (0.6054914, -1.4165005) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz014.txt description = Chester, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kdcm', 0.0017638) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz014.txt [scz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz015.txt centroid = (0.6053989, -1.4085750) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz015.txt description = Lancaster, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('klkr', 0.0021542) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz015.txt [scz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz016.txt centroid = (0.6045768, -1.3990315) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz016.txt description = Chesterfield, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kcqw', 0.0034363) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz016.txt [scz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz017.txt centroid = (0.6039188, -1.3906539) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz017.txt description = Marlboro, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kbbp', 0.0008024) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz017.txt [scz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz018.txt centroid = (0.5916596, -1.4365788) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz018.txt description = McCormick, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kgrd', 0.0062668) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz018.txt [scz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz019.txt centroid = (0.5960963, -1.4333674) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz019.txt description = Greenwood, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kgrd', 0.0014311) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz019.txt [scz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz020.txt centroid = (0.5984699, -1.4241904) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz020.txt description = Newberry, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('keoe', 0.0006747) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz020.txt [scz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz021.txt centroid = (0.6003077, -1.4158320) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz021.txt description = Fairfield, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kfdw', 0.0013109) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz021.txt [scz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz022.txt centroid = (0.5993251, -1.4065661) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz022.txt description = Kershaw, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kssc', 0.0066762) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz022.txt [scz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz023.txt centroid = (0.5992134, -1.3955251) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz023.txt description = Darlington, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kudg', 0.0022575) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz023.txt [scz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz024.txt centroid = (0.6002449, -1.3854232) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz024.txt description = Dillon, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kmao', 0.0037581) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz024.txt [scz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz025.txt centroid = (0.5894378, -1.4305870) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz025.txt description = Edgefield, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kaik', 0.0045478) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz025.txt [scz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz026.txt centroid = (0.5935184, -1.4264035) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz026.txt description = Saluda, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('keoe', 0.0054505) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz026.txt [scz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz027.txt centroid = (0.5917050, -1.4184675) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz027.txt description = Lexington, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kcae', 0.0024020) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz027.txt [scz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz028.txt centroid = (0.5937924, -1.4120255) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz028.txt description = Richland, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kcub', 0.0017006) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz028.txt [scz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz029.txt centroid = (0.5962621, -1.4007053) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz029.txt description = Lee, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('ksms', 0.0032325) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz029.txt [scz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz030.txt centroid = (0.5854602, -1.4247960) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz030.txt description = Aiken, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kaik', 0.0020102) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz030.txt [scz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz031.txt centroid = (0.5919494, -1.4029358) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz031.txt description = Sumter, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('ksms', 0.0014978) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz031.txt [scz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz032.txt centroid = (0.5938396, -1.3910763) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz032.txt description = Florence, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kflo', 0.0028071) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz032.txt [scz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz033.txt centroid = (0.5948100, -1.3851369) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz033.txt description = Marion, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kmao', 0.0018057) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz033.txt [scz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz035.txt centroid = (0.5806030, -1.4213089) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz035.txt description = Barnwell, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kaqx', 0.0053073) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz035.txt [scz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz036.txt centroid = (0.5836206, -1.4102313) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz036.txt description = Orangeburg, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kogb', 0.0008700) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz036.txt [scz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz037.txt centroid = (0.5877379, -1.4098805) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz037.txt description = Calhoun, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kogb', 0.0037734) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz037.txt [scz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz038.txt centroid = (0.5875791, -1.4000403) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz038.txt description = Clarendon, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kmni', 0.0014393) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz038.txt [scz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz039.txt centroid = (0.5867779, -1.3915109) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz039.txt description = Williamsburg, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kcki', 0.0024916) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz039.txt [scz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz040.txt centroid = (0.5757510, -1.4199667) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz040.txt description = Allendale, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kaqx', 0.0012919) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz040.txt [scz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz041.txt centroid = (0.5797059, -1.4146627) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz041.txt description = Bamberg, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kaqx', 0.0049664) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz041.txt [scz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz042.txt centroid = (0.5720544, -1.4161706) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz042.txt description = Hampton, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kaqx', 0.0042656) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz042.txt [scz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz043.txt centroid = (0.5745257, -1.4085313) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz043.txt description = Inland Colleton, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('krbw', 0.0012224) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz043.txt [scz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz044.txt centroid = (0.5773462, -1.4033355) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz044.txt description = Dorchester, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kdyb', 0.0018386) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz044.txt [scz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz045.txt centroid = (0.5798333, -1.3954640) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz045.txt description = Berkeley, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kmks', 0.0014517) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz045.txt [scz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz047.txt centroid = (0.5668184, -1.4146190) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz047.txt description = Inland Jasper, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('knbc', 0.0049343) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz047.txt [scz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz048.txt centroid = (0.5647327, -1.4083638) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz048.txt description = Beaufort, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('karw', 0.0014245) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz048.txt [scz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz049.txt centroid = (0.5691571, -1.4049551) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz049.txt description = Coastal Colleton, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('knbc', 0.0039064) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz049.txt [scz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz050.txt centroid = (0.5731853, -1.3952808) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz050.txt description = Charleston, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('kchs', 0.0016683) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz050.txt [scz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sc/scz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sc/scz051.txt centroid = (0.5627343, -1.4129505) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sc/scz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sc/scz051.txt description = Coastal Jasper, SC -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sc/scz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sc/scz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sc/scz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sc/scz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sc/scz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sc/scz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sc/scz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sc/scz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sc.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sc/scz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sc/scz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sc/scz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sc/scz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sc/scz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sc/scz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sc/scz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sc.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sc/scz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sc/scz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sc/scz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sc/scz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sc/scz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sc/scz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sc/scz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sc/scz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sc.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sc/scz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sc/scz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sc/scz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sc/scz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sc/scz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sc/scz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sc/scz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sc.txt station = ('ksav', 0.0042177) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sc/scz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sc/scz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sc/scz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sc/scz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sc/scz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz051.txt [scz052] centroid = (0.5752815, -1.3948375) @@ -70126,11614 +70126,11614 @@ station = ('kgge', 0.0013343) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sc/scz056.txt [sdz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz001.txt centroid = (0.7955281, -1.8063442) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz001.txt description = Harding, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('k2wx', 0.0007441) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz001.txt [sdz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz002.txt centroid = (0.7939573, -1.7885419) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz002.txt description = Perkins, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('khei', 0.0094266) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz002.txt [sdz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz003.txt centroid = (0.7977673, -1.7662191) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz003.txt description = Corson, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmbg', 0.0099174) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz003.txt [sdz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz004.txt centroid = (0.7988564, -1.7462316) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz004.txt description = Campbell, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmbg', 0.0058916) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz004.txt [sdz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz005.txt centroid = (0.7987744, -1.7317419) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz005.txt description = McPherson, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kabr', 0.0112720) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz005.txt [sdz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz006.txt centroid = (0.7956921, -1.7165592) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz006.txt description = Brown, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kabr', 0.0025664) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz006.txt [sdz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz007.txt centroid = (0.7986382, -1.7034169) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz007.txt description = Marshall, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('k8d3', 0.0076679) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz007.txt [sdz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz008.txt centroid = (0.7963868, -1.6920286) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz008.txt description = Roberts, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('k8d3', 0.0007905) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz008.txt [sdz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz009.txt centroid = (0.7929013, -1.7458808) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz009.txt description = Walworth, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmbg', 0.0051567) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz009.txt [sdz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz010.txt centroid = (0.7927076, -1.7316389) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz010.txt description = Edmunds, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kabr', 0.0098000) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz010.txt [sdz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz011.txt centroid = (0.7918070, -1.7035722) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz011.txt description = Day, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('katy', 0.0099106) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz011.txt [sdz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz012.txt centroid = (0.7837541, -1.8065571) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz012.txt description = Butte, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kspf', 0.0081258) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz012.txt [sdz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz013.txt centroid = (0.7822828, -1.7886134) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz013.txt description = Northern Meade Co Plains, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kd07', 0.0068154) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz013.txt [sdz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz014.txt centroid = (0.7850596, -1.7744064) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz014.txt description = Ziebach, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kd07', 0.0044240) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz014.txt [sdz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz015.txt centroid = (0.7881313, -1.7605468) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz015.txt description = Dewey, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmbg', 0.0088497) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz015.txt [sdz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz016.txt centroid = (0.7865239, -1.7445840) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz016.txt description = Potter, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmbg', 0.0101782) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz016.txt [sdz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz017.txt centroid = (0.7866391, -1.7304119) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz017.txt description = Faulk, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kabr', 0.0111291) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz017.txt [sdz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz018.txt centroid = (0.7843178, -1.7164667) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz018.txt description = Spink, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kabr', 0.0089762) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz018.txt [sdz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz019.txt centroid = (0.7829233, -1.7057016) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz019.txt description = Clark, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('katy', 0.0072039) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz019.txt [sdz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz020.txt centroid = (0.7850107, -1.6962611) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz020.txt description = Codington, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('katy', 0.0014392) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz020.txt [sdz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz021.txt centroid = (0.7884001, -1.6889167) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz021.txt description = Grant, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kvvv', 0.0048208) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz021.txt [sdz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz022.txt centroid = (0.7797032, -1.6962558) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz022.txt description = Hamlin, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('katy', 0.0039781) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz022.txt [sdz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz023.txt centroid = (0.7812094, -1.6871749) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz023.txt description = Deuel, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('katy', 0.0064471) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz023.txt [sdz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz024.txt centroid = (0.7727375, -1.8114301) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz024.txt description = Northern Black Hills, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kspf', 0.0036434) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz024.txt [sdz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz025.txt centroid = (0.7767274, -1.8111194) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz025.txt description = Northern Foot Hills, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kspf', 0.0003872) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz025.txt [sdz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz026.txt centroid = (0.7679571, -1.8015812) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz026.txt description = Rapid City, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('krap', 0.0023354) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz026.txt [sdz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz027.txt centroid = (0.7571168, -1.8092450) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz027.txt description = Southern Foot Hills, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kcut', 0.0062005) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz027.txt [sdz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz028.txt centroid = (0.7678785, -1.8098855) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz028.txt description = Central Black Hills, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kcut', 0.0047029) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz028.txt [sdz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz029.txt centroid = (0.7622272, -1.8100373) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz029.txt description = Southern Black Hills, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kcut', 0.0015635) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz029.txt [sdz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz030.txt centroid = (0.7626879, -1.7972737) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz030.txt description = Custer Co Plains, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('krap', 0.0061995) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz030.txt [sdz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz031.txt centroid = (0.7680670, -1.7879537) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz031.txt description = Pennington Co Plains, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('krca', 0.0086170) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz031.txt [sdz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz032.txt centroid = (0.7730831, -1.7722056) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz032.txt description = Haakon, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kphp', 0.0043314) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz032.txt [sdz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz033.txt centroid = (0.7751409, -1.7581731) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz033.txt description = Stanley, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kpir', 0.0056663) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz033.txt [sdz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz034.txt centroid = (0.7804327, -1.7476366) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz034.txt description = Sully, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kpir', 0.0060945) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz034.txt [sdz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz035.txt centroid = (0.7747342, -1.7452612) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz035.txt description = Hughes, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kpir', 0.0035840) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz035.txt [sdz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz036.txt centroid = (0.7774988, -1.7363775) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz036.txt description = Hyde, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('k9v9', 0.0137925) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz036.txt [sdz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz037.txt centroid = (0.7775058, -1.7279632) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz037.txt description = Hand, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('khon', 0.0100312) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz037.txt [sdz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz038.txt centroid = (0.7751793, -1.7152782) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz038.txt description = Beadle, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('khon', 0.0007803) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz038.txt [sdz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz039.txt centroid = (0.7743956, -1.7015477) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz039.txt description = Kingsbury, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmds', 0.0079841) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz039.txt [sdz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz040.txt centroid = (0.7743974, -1.6893129) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz040.txt description = Brookings, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kbkx', 0.0012596) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz040.txt [sdz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz041.txt centroid = (0.7537361, -1.8060021) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz041.txt description = Fall River, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kcdr', 0.0078057) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz041.txt [sdz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz042.txt centroid = (0.7563489, -1.7898631) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz042.txt description = Shannon, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kien', 0.0052942) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz042.txt [sdz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz043.txt centroid = (0.7626077, -1.7737450) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz043.txt description = Jackson, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kphp', 0.0062199) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz043.txt [sdz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz044.txt centroid = (0.7538932, -1.7743698) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz044.txt description = Bennett, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kien', 0.0112248) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz044.txt [sdz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz045.txt centroid = (0.7672537, -1.7573650) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz045.txt description = Jones, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kpir', 0.0089640) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz045.txt [sdz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz046.txt centroid = (0.7606337, -1.7585955) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz046.txt description = Mellette, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kvtn', 0.0127523) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz046.txt [sdz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz047.txt centroid = (0.7538670, -1.7578677) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz047.txt description = Todd, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kvtn', 0.0060939) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz047.txt [sdz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz048.txt centroid = (0.7661262, -1.7426659) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz048.txt description = Lyman, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('k9v9', 0.0070520) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz048.txt [sdz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz049.txt centroid = (0.7565287, -1.7433047) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz049.txt description = Tripp, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kicr', 0.0007829) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz049.txt [sdz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz050.txt centroid = (0.7538496, -1.7311153) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz050.txt description = Gregory, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('k9v9', 0.0101594) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz050.txt [sdz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz051.txt centroid = (0.7692766, -1.7314539) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz051.txt description = Buffalo, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('k9v9', 0.0055835) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz051.txt [sdz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz052.txt centroid = (0.7691038, -1.7214148) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz052.txt description = Jerauld, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('khon', 0.0074287) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz052.txt [sdz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz053.txt centroid = (0.7683550, -1.7120179) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz053.txt description = Sanborn, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmhe', 0.0045417) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz053.txt [sdz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz054.txt centroid = (0.7683288, -1.7036194) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz054.txt description = Miner, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmds', 0.0066543) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz054.txt [sdz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz055.txt centroid = (0.7683288, -1.6952278) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz055.txt description = Lake, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmds', 0.0006210) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz055.txt [sdz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz056.txt centroid = (0.7683306, -1.6872272) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz056.txt description = Moody, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kpqn', 0.0044996) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz056.txt [sdz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz057.txt centroid = (0.7630248, -1.7292897) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz057.txt description = Brule, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('k9v9', 0.0030901) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz057.txt [sdz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz058.txt centroid = (0.7630265, -1.7202244) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz058.txt description = Aurora, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmhe', 0.0067145) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz058.txt [sdz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz059.txt centroid = (0.7622726, -1.7129726) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz059.txt description = Davison, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmhe', 0.0021408) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz059.txt [sdz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz060.txt centroid = (0.7622691, -1.7067121) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz060.txt description = Hanson, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmhe', 0.0034920) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz060.txt [sdz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz061.txt centroid = (0.7622586, -1.6993992) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz061.txt description = McCook, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmds', 0.0070430) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz061.txt [sdz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz062.txt centroid = (0.7622586, -1.6893286) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz062.txt description = Minnehaha, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kfsd', 0.0016699) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz062.txt [sdz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz063.txt centroid = (0.7541201, -1.7206835) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz063.txt description = Charles Mix, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmhe', 0.0120175) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz063.txt [sdz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz064.txt centroid = (0.7572477, -1.7168141) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz064.txt description = Douglas, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmhe', 0.0078486) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz064.txt [sdz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz065.txt centroid = (0.7563349, -1.7061396) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz065.txt description = Hutchinson, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kmhe', 0.0083214) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz065.txt [sdz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz066.txt centroid = (0.7559161, -1.6955664) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz066.txt description = Turner, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kfsd', 0.0069398) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz066.txt [sdz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz067.txt centroid = (0.7553593, -1.6881156) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz067.txt description = Lincoln, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kfsd', 0.0053253) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz067.txt [sdz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz068.txt centroid = (0.7502891, -1.7084103) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz068.txt description = Bon Homme, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kykn', 0.0065259) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz068.txt [sdz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz069.txt centroid = (0.7506487, -1.6998582) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz069.txt description = Yankton, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kykn', 0.0016180) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz069.txt [sdz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz070.txt centroid = (0.7490011, -1.6925453) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz070.txt description = Clay, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kykn', 0.0052105) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz070.txt [sdz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz071.txt centroid = (0.7475664, -1.6869672) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz071.txt description = Union, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('klrj', 0.0059976) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz071.txt [sdz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz072.txt centroid = (0.7737655, -1.8045343) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz072.txt description = Sturgis/Piedmont Foot Hills, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('krca', 0.0048585) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz072.txt [sdz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz073.txt centroid = (0.7750222, -1.7936365) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz073.txt description = Southern Meade Co Plains, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('krca', 0.0060924) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz073.txt [sdz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/sd/sdz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/sd/sdz074.txt centroid = (0.7621451, -1.8020682) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/sd/sdz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/sd/sdz074.txt description = Hermosa Foot Hills, SD -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/sd/sdz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/sd/sdz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/sd/sdz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/sd/sdz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/sd/sdz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/sd/sdz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/sd/sdz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/sd/sdz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/sd.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/sd/sdz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/sd/sdz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/sd/sdz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/sd/sdz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/sd/sdz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/sd/sdz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/sd/sdz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/sd.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/sd/sdz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/sd/sdz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/sd/sdz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/sd/sdz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/sd/sdz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/sd/sdz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/sd/sdz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/sd/sdz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/sd.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/sd/sdz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/sd/sdz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/sd/sdz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/sd/sdz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/sd/sdz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/sd/sdz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/sd/sdz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/sd.txt station = ('kcut', 0.0047553) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/sd/sdz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/sd/sdz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/sd/sdz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/sd/sdz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/sd/sdz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/sd/sdz074.txt [tnz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz001.txt centroid = (0.6341689, -1.5619562) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz001.txt description = Lake, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kdyr', 0.0059968) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz001.txt [tnz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz002.txt centroid = (0.6345703, -1.5559401) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz002.txt description = Obion, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kucy', 0.0024026) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz002.txt [tnz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz003.txt centroid = (0.6335248, -1.5484177) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz003.txt description = Weakley, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kucy', 0.0039525) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz003.txt [tnz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz004.txt centroid = (0.6341078, -1.5411484) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz004.txt description = Henry, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kpht', 0.0011159) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz004.txt [tnz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz005.txt centroid = (0.6370661, -1.5330710) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz005.txt description = Stewart, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('khop', 0.0055539) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz005.txt [tnz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz006.txt centroid = (0.6369911, -1.5251193) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz006.txt description = Montgomery, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kckv', 0.0021433) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz006.txt [tnz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz007.txt centroid = (0.6374885, -1.5161762) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz007.txt description = Robertson, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('km91', 0.0007055) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz007.txt [tnz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz008.txt centroid = (0.6365111, -1.5090169) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz008.txt description = Sumner, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('km33', 0.0017701) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz008.txt [tnz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz009.txt centroid = (0.6376037, -1.5011088) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz009.txt description = Macon, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('km33', 0.0062539) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz009.txt [tnz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz010.txt centroid = (0.6379370, -1.4930210) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz010.txt description = Clay, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('ksrb', 0.0086304) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz010.txt [tnz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz011.txt centroid = (0.6380662, -1.4848354) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz011.txt description = Pickett, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kekq', 0.0060161) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz011.txt [tnz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz012.txt centroid = (0.6357990, -1.4748643) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz012.txt description = Scott, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kjau', 0.0050613) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz012.txt [tnz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz013.txt centroid = (0.6353627, -1.4686823) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz013.txt description = Campbell, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kjau', 0.0012283) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz013.txt [tnz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz014.txt centroid = (0.6367991, -1.4601494) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz014.txt description = Claiborne, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('k1a6', 0.0024277) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz014.txt [tnz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz015.txt centroid = (0.6374571, -1.4524962) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz015.txt description = Hancock, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('k0vg', 0.0022747) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz015.txt [tnz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz016.txt centroid = (0.6360189, -1.4476581) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz016.txt description = Hawkins, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('k0vg', 0.0053330) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz016.txt [tnz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz017.txt centroid = (0.6372703, -1.4364793) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz017.txt description = Sullivan, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('ktri', 0.0015678) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz017.txt [tnz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz018.txt centroid = (0.6362580, -1.4285834) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz018.txt description = Johnson, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kvji', 0.0047298) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz018.txt [tnz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz019.txt centroid = (0.6293483, -1.5605652) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz019.txt description = Dyer, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kdyr', 0.0010480) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz019.txt [tnz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz020.txt centroid = (0.6282592, -1.5521667) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz020.txt description = Gibson, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kucy', 0.0067248) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz020.txt [tnz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz021.txt centroid = (0.6278490, -1.5437472) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz021.txt description = Carroll, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('khzd', 0.0020450) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz021.txt [tnz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz022.txt centroid = (0.6295368, -1.5370818) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz022.txt description = Benton, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kpht', 0.0064428) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz022.txt [tnz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz023.txt centroid = (0.6333102, -1.5309522) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz023.txt description = Houston, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kckv', 0.0071481) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz023.txt [tnz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz024.txt centroid = (0.6290306, -1.5319750) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz024.txt description = Humphreys, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kpve', 0.0089591) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz024.txt [tnz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz025.txt centroid = (0.6309208, -1.5246620) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz025.txt description = Dickson, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kckv', 0.0082040) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz025.txt [tnz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz026.txt centroid = (0.6328773, -1.5199514) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz026.txt description = Cheatham, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kjwn', 0.0031331) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz026.txt [tnz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz027.txt centroid = (0.6312751, -1.5146805) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz027.txt description = Davidson, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kbna', 0.0017007) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz027.txt [tnz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz028.txt centroid = (0.6310220, -1.5061773) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz028.txt description = Wilson, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmqy', 0.0040417) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz028.txt [tnz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz029.txt centroid = (0.6351620, -1.5037181) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz029.txt description = Trousdale, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('km33', 0.0035516) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz029.txt [tnz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz030.txt centroid = (0.6326906, -1.5002274) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz030.txt description = Smith, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('km33', 0.0067292) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz030.txt [tnz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz031.txt centroid = (0.6345878, -1.4952794) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz031.txt description = Jackson, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('ksrb', 0.0056505) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz031.txt [tnz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz032.txt centroid = (0.6307760, -1.4921710) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz032.txt description = Putnam, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('ksrb', 0.0015480) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz032.txt [tnz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz033.txt centroid = (0.6343399, -1.4885582) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz033.txt description = Overton, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('ksrb', 0.0060769) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz033.txt [tnz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz034.txt centroid = (0.6349595, -1.4823500) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz034.txt description = Fentress, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kcsv', 0.0078088) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz034.txt [tnz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz035.txt centroid = (0.6306747, -1.4774055) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz035.txt description = Morgan, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kcsv', 0.0069267) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz035.txt [tnz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz036.txt centroid = (0.6303850, -1.4695411) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz036.txt description = Anderson, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('koqt', 0.0018423) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz036.txt [tnz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz037.txt centroid = (0.6333433, -1.4632404) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz037.txt description = Union, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kjau', 0.0046478) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz037.txt [tnz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz038.txt centroid = (0.6331391, -1.4575175) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz038.txt description = Grainger, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmor', 0.0025343) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz038.txt [tnz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz039.txt centroid = (0.6321094, -1.4532763) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz039.txt description = Hamblen, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmor', 0.0016690) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz039.txt [tnz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz040.txt centroid = (0.6280306, -1.4513041) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz040.txt description = Northwest Cocke, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmor', 0.0046347) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz040.txt [tnz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz041.txt centroid = (0.6255557, -1.4499201) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz041.txt description = Cocke Smoky Mountains, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kgkt', 0.0064345) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz041.txt [tnz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz042.txt centroid = (0.6318249, -1.4460629) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz042.txt description = Northwest Greene, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmor', 0.0073644) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz042.txt [tnz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz043.txt centroid = (0.6285384, -1.4450977) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz043.txt description = Southeast Greene, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmor', 0.0086482) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz043.txt [tnz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz044.txt centroid = (0.6334376, -1.4398513) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz044.txt description = Washington, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('ktri', 0.0033210) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz044.txt [tnz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz045.txt centroid = (0.6302524, -1.4387150) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz045.txt description = Unicoi, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('k0a9', 0.0058394) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz045.txt [tnz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz046.txt centroid = (0.6348042, -1.4340201) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz046.txt description = Northwest Carter, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('k0a9', 0.0000982) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz046.txt [tnz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz047.txt centroid = (0.6323398, -1.4328979) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz047.txt description = Southeast Carter, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('k0a9', 0.0026332) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz047.txt [tnz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz048.txt centroid = (0.6241454, -1.5643630) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz048.txt description = Lauderdale, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('khka', 0.0041495) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz048.txt [tnz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz049.txt centroid = (0.6195325, -1.5665971) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz049.txt description = Tipton, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('knqa', 0.0029071) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz049.txt [tnz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz050.txt centroid = (0.6210457, -1.5582963) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz050.txt description = Haywood, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmkl', 0.0052188) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz050.txt [tnz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz051.txt centroid = (0.6250635, -1.5557778) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz051.txt description = Crockett, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmkl', 0.0048845) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz051.txt [tnz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz052.txt centroid = (0.6214803, -1.5505243) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz052.txt description = Madison, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmkl', 0.0011184) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz052.txt [tnz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz053.txt centroid = (0.6182148, -1.5465851) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz053.txt description = Chester, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmkl', 0.0053279) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz053.txt [tnz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz054.txt centroid = (0.6222849, -1.5426616) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz054.txt description = Henderson, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kpve', 0.0027323) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz054.txt [tnz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz055.txt centroid = (0.6213896, -1.5377887) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz055.txt description = Decatur, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kpve', 0.0015411) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz055.txt [tnz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz056.txt centroid = (0.6220807, -1.5334288) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz056.txt description = Perry, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kpve', 0.0047764) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz056.txt [tnz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz057.txt centroid = (0.6248855, -1.5266971) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz057.txt description = Hickman, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmrc', 0.0060370) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz057.txt [tnz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz058.txt centroid = (0.6200684, -1.5270427) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz058.txt description = Lewis, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmrc', 0.0044172) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz058.txt [tnz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz059.txt centroid = (0.6264650, -1.5166684) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz059.txt description = Williamson, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kbna', 0.0049373) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz059.txt [tnz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz060.txt centroid = (0.6216339, -1.5197804) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz060.txt description = Maury, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmrc', 0.0019093) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz060.txt [tnz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz061.txt centroid = (0.6190491, -1.5143367) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz061.txt description = Marshall, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('ksyi', 0.0048845) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz061.txt [tnz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz062.txt centroid = (0.6255731, -1.5082559) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz062.txt description = Rutherford, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmqy', 0.0032473) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz062.txt [tnz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz063.txt centroid = (0.6249797, -1.5020600) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz063.txt description = Cannon, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('krnc', 0.0036744) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz063.txt [tnz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz064.txt centroid = (0.6279660, -1.4980650) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz064.txt description = De Kalb, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('krnc', 0.0049000) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz064.txt [tnz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz065.txt centroid = (0.6270340, -1.4914763) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz065.txt description = White, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('ksrb', 0.0025082) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz065.txt [tnz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz066.txt centroid = (0.6274528, -1.4835002) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz066.txt description = Cumberland, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kcsv', 0.0012014) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz066.txt [tnz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz067.txt centroid = (0.6256621, -1.4752099) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz067.txt description = Roane, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('koqt', 0.0050476) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz067.txt [tnz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz068.txt centroid = (0.6236934, -1.4715150) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz068.txt description = Loudon, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmnv', 0.0034530) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz068.txt [tnz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz069.txt centroid = (0.6281998, -1.4649788) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz069.txt description = Knox, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kdkx', 0.0010973) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz069.txt [tnz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz070.txt centroid = (0.6292086, -1.4564127) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz070.txt description = Jefferson, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmor', 0.0024534) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz070.txt [tnz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz071.txt centroid = (0.6235206, -1.4653854) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz071.txt description = NW Blount, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('ktys', 0.0016308) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz071.txt [tnz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz072.txt centroid = (0.6210772, -1.4631357) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz072.txt description = Blount Smoky Mountains, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('ktys', 0.0045788) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz072.txt [tnz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz073.txt centroid = (0.6256499, -1.4583483) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz073.txt description = North Sevier, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kgkt', 0.0004440) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz073.txt [tnz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz074.txt centroid = (0.6226392, -1.4567548) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz074.txt description = Sevier Smoky Mountains, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kgkt', 0.0033182) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz074.txt [tnz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz075.txt centroid = (0.6198327, -1.5089925) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz075.txt description = Bedford, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('ksyi', 0.0008498) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz075.txt [tnz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz076.txt centroid = (0.6158342, -1.5072454) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz076.txt description = Moore, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('ktha', 0.0023091) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz076.txt [tnz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz077.txt centroid = (0.6194278, -1.5022887) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz077.txt description = Coffee, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('ktha', 0.0031106) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz077.txt [tnz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz078.txt centroid = (0.6227108, -1.4971173) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz078.txt description = Warren, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('krnc', 0.0009443) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz078.txt [tnz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz079.txt centroid = (0.6176441, -1.4961416) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz079.txt description = Grundy, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('krnc', 0.0056743) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz079.txt [tnz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz080.txt centroid = (0.6230127, -1.4914275) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz080.txt description = Van Buren, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('krnc', 0.0054954) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz080.txt [tnz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz081.txt centroid = (0.6173439, -1.4906962) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz081.txt description = Sequatchie, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kcha', 0.0066177) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz081.txt [tnz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz082.txt centroid = (0.6212744, -1.4871095) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz082.txt description = Bledsoe, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('k2a0', 0.0043619) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz082.txt [tnz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz083.txt centroid = (0.6214891, -1.4822104) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz083.txt description = Rhea, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('k2a0', 0.0022186) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz083.txt [tnz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz084.txt centroid = (0.6198135, -1.4802748) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz084.txt description = Meigs, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('k2a0', 0.0017711) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz084.txt [tnz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz085.txt centroid = (0.6182794, -1.4768540) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz085.txt description = McMinn, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmmi', 0.0009099) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz085.txt [tnz086] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz086.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz086.txt centroid = (0.6193493, -1.4714784) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz086.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz086.txt description = Northwest Monroe, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz086.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz086.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz086.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz086.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz086.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz086.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz086.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz086.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz086.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz086.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz086.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz086.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz086.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz086.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz086.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz086.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz086.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz086.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz086.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz086.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz086.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz086.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz086.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz086.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz086.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz086.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz086.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz086.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz086.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz086.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmnv', 0.0014418) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz086.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz086.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz086.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz086.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz086.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz086.txt [tnz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz087.txt centroid = (0.6170263, -1.4684380) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz087.txt description = Southeast Monroe, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('krhp', 0.0047530) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz087.txt [tnz088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz088.txt centroid = (0.6140714, -1.5689742) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz088.txt description = Shelby, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmem', 0.0029080) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz088.txt [tnz089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz089.txt centroid = (0.6143053, -1.5605757) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz089.txt description = Fayette, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('km08', 0.0053442) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz089.txt [tnz090] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz090.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz090.txt centroid = (0.6144763, -1.5532226) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz090.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz090.txt description = Hardeman, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz090.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz090.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz090.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz090.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz090.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz090.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz090.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz090.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz090.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz090.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz090.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz090.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz090.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz090.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz090.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz090.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz090.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz090.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz090.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz090.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz090.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz090.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz090.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz090.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz090.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz090.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz090.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz090.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz090.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz090.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('km08', 0.0006710) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz090.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz090.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz090.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz090.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz090.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz090.txt [tnz091] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz091.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz091.txt centroid = (0.6139126, -1.5457282) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz091.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz091.txt description = McNairy, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz091.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz091.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz091.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz091.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz091.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz091.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz091.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz091.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz091.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz091.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz091.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz091.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz091.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz091.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz091.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz091.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz091.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz091.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz091.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz091.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz091.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz091.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz091.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz091.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz091.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz091.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz091.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz091.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz091.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz091.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kcrx', 0.0044738) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz091.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz091.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz091.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz091.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz091.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz091.txt [tnz092] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz092.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz092.txt centroid = (0.6143332, -1.5391099) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz092.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz092.txt description = Hardin, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz092.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz092.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz092.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz092.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz092.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz092.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz092.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz092.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz092.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz092.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz092.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz092.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz092.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz092.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz092.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz092.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz092.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz092.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz092.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz092.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz092.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz092.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz092.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz092.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz092.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz092.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz092.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz092.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz092.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz092.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('ksnh', 0.0008442) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz092.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz092.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz092.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz092.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz092.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz092.txt [tnz093] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz093.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz093.txt centroid = (0.6150540, -1.5321896) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz093.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz093.txt description = Wayne, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz093.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz093.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz093.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz093.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz093.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz093.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz093.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz093.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz093.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz093.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz093.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz093.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz093.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz093.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz093.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz093.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz093.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz093.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz093.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz093.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz093.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz093.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz093.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz093.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz093.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz093.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz093.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz093.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz093.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz093.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('ksnh', 0.0063174) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz093.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz093.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz093.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz093.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz093.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz093.txt [tnz094] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz094.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz094.txt centroid = (0.6146578, -1.5253410) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz094.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz094.txt description = Lawrence, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz094.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz094.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz094.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz094.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz094.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz094.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz094.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz094.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz094.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz094.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz094.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz094.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz094.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz094.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz094.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz094.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz094.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz094.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz094.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz094.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz094.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz094.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz094.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz094.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz094.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz094.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz094.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz094.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz094.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz094.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kgzs', 0.0049582) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz094.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz094.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz094.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz094.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz094.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz094.txt [tnz095] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz095.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz095.txt centroid = (0.6143943, -1.5190438) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz095.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz095.txt description = Giles, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz095.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz095.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz095.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz095.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz095.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz095.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz095.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz095.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz095.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz095.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz095.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz095.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz095.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz095.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz095.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz095.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz095.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz095.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz095.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz095.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz095.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz095.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz095.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz095.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz095.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz095.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz095.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz095.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz095.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz095.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kgzs', 0.0009028) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz095.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz095.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz095.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz095.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz095.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz095.txt [tnz096] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz096.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz096.txt centroid = (0.6133174, -1.5112614) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz096.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz096.txt description = Lincoln, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz096.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz096.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz096.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz096.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz096.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz096.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz096.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz096.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz096.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz096.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz096.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz096.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz096.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz096.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz096.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz096.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz096.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz096.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz096.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz096.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz096.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz096.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz096.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz096.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz096.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz096.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz096.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz096.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz096.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz096.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kfym', 0.0014545) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz096.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz096.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz096.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz096.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz096.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz096.txt [tnz097] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz097.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz097.txt centroid = (0.6135688, -1.5025924) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz097.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz097.txt description = Franklin, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz097.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz097.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz097.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz097.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz097.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz097.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz097.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz097.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz097.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz097.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz097.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz097.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz097.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz097.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz097.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz097.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz097.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz097.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz097.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz097.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz097.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz097.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz097.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz097.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz097.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz097.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz097.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz097.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz097.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz097.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kbgf', 0.0005422) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz097.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz097.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz097.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz097.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz097.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz097.txt [tnz098] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz098.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz098.txt centroid = (0.6131237, -1.4943858) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz098.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz098.txt description = Marion, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz098.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz098.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz098.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz098.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz098.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz098.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz098.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz098.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz098.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz098.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz098.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz098.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz098.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz098.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz098.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz098.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz098.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz098.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz098.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz098.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz098.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz098.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz098.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz098.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz098.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz098.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz098.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz098.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz098.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz098.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kbgf', 0.0063937) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz098.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz098.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz098.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz098.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz098.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz098.txt [tnz099] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz099.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz099.txt centroid = (0.6140225, -1.4864062) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz099.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz099.txt description = Hamilton, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz099.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz099.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz099.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz099.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz099.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz099.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz099.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz099.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz099.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz099.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz099.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz099.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz099.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz099.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz099.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz099.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz099.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz099.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz099.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz099.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz099.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz099.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz099.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz099.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz099.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz099.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz099.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz099.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz099.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz099.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kcha', 0.0026241) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz099.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz099.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz099.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz099.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz099.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz099.txt [tnz100] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz100.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz100.txt centroid = (0.6135548, -1.4810794) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz100.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz100.txt description = Bradley, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz100.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz100.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz100.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz100.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz100.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz100.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz100.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz100.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz100.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz100.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz100.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz100.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz100.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz100.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz100.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz100.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz100.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz100.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz100.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz100.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz100.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz100.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz100.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz100.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz100.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz100.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz100.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz100.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz100.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz100.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('krzr', 0.0013160) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz100.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz100.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz100.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz100.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz100.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz100.txt [tnz101] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz101.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz101.txt centroid = (0.6133366, -1.4764386) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz101.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz101.txt description = West Polk, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz101.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz101.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz101.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz101.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz101.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz101.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz101.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz101.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz101.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz101.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz101.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz101.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz101.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz101.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz101.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz101.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz101.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz101.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz101.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz101.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz101.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz101.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz101.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz101.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz101.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz101.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz101.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz101.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz101.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz101.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('krzr', 0.0031830) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz101.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz101.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz101.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz101.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz101.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz101.txt [tnz102] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tn/tnz102.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tn/tnz102.txt centroid = (0.6123575, -1.4732551) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tn/tnz102.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tn/tnz102.txt description = East Polk, TN -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tn/tnz102.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tn/tnz102.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tn/tnz102.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tn/tnz102.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tn/tnz102.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tn/tnz102.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tn/tnz102.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tn/tnz102.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tn.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tn/tnz102.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tn/tnz102.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tn/tnz102.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tn/tnz102.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tn/tnz102.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tn/tnz102.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tn/tnz102.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tn.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tn/tnz102.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tn/tnz102.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tn/tnz102.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tn/tnz102.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tn/tnz102.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tn/tnz102.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tn/tnz102.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tn/tnz102.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tn.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tn/tnz102.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tn/tnz102.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tn/tnz102.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tn/tnz102.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tn/tnz102.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tn/tnz102.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tn/tnz102.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tn.txt station = ('kmmi', 0.0058802) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tn/tnz102.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tn/tnz102.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tn/tnz102.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tn/tnz102.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tn/tnz102.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tn/tnz102.txt [txz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz001.txt centroid = (0.6331688, -1.7907462) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz001.txt description = Dallam, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kdht', 0.0046184) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz001.txt [txz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz002.txt centroid = (0.6331653, -1.7783771) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz002.txt description = Sherman, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kdux', 0.0075206) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz002.txt [txz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz003.txt centroid = (0.6331618, -1.7689697) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz003.txt description = Hansford, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kguy', 0.0073716) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz003.txt [txz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz004.txt centroid = (0.6331775, -1.7595642) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz004.txt description = Ochiltree, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kpyx', 0.0024170) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz004.txt [txz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz005.txt centroid = (0.6331653, -1.7500957) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz005.txt description = Lipscomb, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kpyx', 0.0068134) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz005.txt [txz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz006.txt centroid = (0.6255260, -1.7907584) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz006.txt description = Hartley, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kdht', 0.0031728) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz006.txt [txz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz007.txt centroid = (0.6254859, -1.7783666) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz007.txt description = Moore, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kdux', 0.0017356) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz007.txt [txz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz008.txt centroid = (0.6255260, -1.7689732) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz008.txt description = Hutchinson, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbgd', 0.0025263) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz008.txt [txz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz009.txt centroid = (0.6254998, -1.7595258) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz009.txt description = Roberts, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbpc', 0.0031483) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz009.txt [txz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz010.txt centroid = (0.6254841, -1.7500504) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz010.txt description = Hemphill, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('khhf', 0.0021309) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz010.txt [txz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz011.txt centroid = (0.6179338, -1.7907584) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz011.txt description = Oldham, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('khrx', 0.0102787) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz011.txt [txz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz012.txt centroid = (0.6178692, -1.7783858) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz012.txt description = Potter, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kama', 0.0040943) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz012.txt [txz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz013.txt centroid = (0.6179076, -1.7689645) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz013.txt description = Carson, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbgd', 0.0052156) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz013.txt [txz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz014.txt centroid = (0.6178675, -1.7595118) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz014.txt description = Gray, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kppa', 0.0045204) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz014.txt [txz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz015.txt centroid = (0.6178692, -1.7500364) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz015.txt description = Wheeler, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('khhf', 0.0088980) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz015.txt [txz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz016.txt centroid = (0.6102718, -1.7907933) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz016.txt description = Deaf Smith, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('khrx', 0.0043477) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz016.txt [txz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz017.txt centroid = (0.6102701, -1.7784381) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz017.txt description = Randall, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kama', 0.0050782) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz017.txt [txz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz018.txt centroid = (0.6102526, -1.7690204) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz018.txt description = Armstrong, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kama', 0.0067552) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz018.txt [txz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz019.txt centroid = (0.6102614, -1.7595362) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz019.txt description = Donley, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kppa', 0.0115929) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz019.txt [txz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz020.txt centroid = (0.6102526, -1.7500434) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz020.txt description = Collingsworth, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcds', 0.0092795) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz020.txt [txz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz021.txt centroid = (0.6026639, -1.7939279) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz021.txt description = Parmer, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcvn', 0.0046191) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz021.txt [txz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz022.txt centroid = (0.6026622, -1.7848034) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz022.txt description = Castro, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('khrx', 0.0058424) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz022.txt [txz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz023.txt centroid = (0.6026692, -1.7756107) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz023.txt description = Swisher, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kpvw', 0.0063293) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz023.txt [txz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz024.txt centroid = (0.6026674, -1.7664233) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz024.txt description = Briscoe, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kpvw', 0.0096792) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz024.txt [txz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz025.txt centroid = (0.6026762, -1.7572167) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz025.txt description = Hall, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcds', 0.0059701) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz025.txt [txz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz026.txt centroid = (0.6026482, -1.7489526) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz026.txt description = Childress, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcds', 0.0019967) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz026.txt [txz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz027.txt centroid = (0.5946075, -1.7947186) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz027.txt description = Bailey, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcvn', 0.0073433) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz027.txt [txz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz028.txt centroid = (0.5946092, -1.7863742) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz028.txt description = Lamb, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klbb', 0.0104561) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz028.txt [txz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz029.txt centroid = (0.5946424, -1.7772147) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz029.txt description = Hale, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kpvw', 0.0023260) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz029.txt [txz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz030.txt centroid = (0.5946756, -1.7680744) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz030.txt description = Floyd, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kpvw', 0.0062108) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz030.txt [txz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz031.txt centroid = (0.5947052, -1.7589393) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz031.txt description = Motley, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcds', 0.0095187) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz031.txt [txz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz032.txt centroid = (0.5947663, -1.7501952) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz032.txt description = Cottle, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcds', 0.0062091) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz032.txt [txz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz033.txt centroid = (0.5865022, -1.7946959) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz033.txt description = Cochran, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klbb', 0.0147436) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz033.txt [txz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz034.txt centroid = (0.5865633, -1.7862258) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz034.txt description = Hockley, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klbb', 0.0077202) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz034.txt [txz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz035.txt centroid = (0.5866087, -1.7771030) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz035.txt description = Lubbock, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klbb', 0.0009871) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz035.txt [txz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz036.txt centroid = (0.5866854, -1.7680185) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz036.txt description = Crosby, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klbb', 0.0075621) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz036.txt [txz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz037.txt centroid = (0.5867204, -1.7589236) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz037.txt description = Dickens, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klbb', 0.0151042) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz037.txt [txz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz038.txt centroid = (0.5867186, -1.7497938) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz038.txt description = King, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcds', 0.0142620) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz038.txt [txz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz039.txt centroid = (0.5789781, -1.7946837) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz039.txt description = Yoakum, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kgnc', 0.0090586) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz039.txt [txz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz040.txt centroid = (0.5789920, -1.7860862) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz040.txt description = Terry, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('k2f5', 0.0097738) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz040.txt [txz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz041.txt centroid = (0.5790444, -1.7770262) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz041.txt description = Lynn, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('k2f5', 0.0075895) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz041.txt [txz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz042.txt centroid = (0.5790985, -1.7679906) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz042.txt description = Garza, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksnk', 0.0099056) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz042.txt [txz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz043.txt centroid = (0.5791247, -1.7589009) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz043.txt description = Kent, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksnk', 0.0088860) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz043.txt [txz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz044.txt centroid = (0.5790845, -1.7497502) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz044.txt description = Stonewall, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksww', 0.0128117) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz044.txt [txz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz045.txt centroid = (0.5714330, -1.7913222) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz045.txt description = Gaines, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kgnc', 0.0011698) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz045.txt [txz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz046.txt centroid = (0.5714644, -1.7793230) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz046.txt description = Dawson, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('k2f5', 0.0006807) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz046.txt [txz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz047.txt centroid = (0.5714854, -1.7703171) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz047.txt description = Borden, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksnk', 0.0071237) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz047.txt [txz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz048.txt centroid = (0.5715308, -1.7613234) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz048.txt description = Scurry, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksnk', 0.0010498) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz048.txt [txz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz049.txt centroid = (0.5714697, -1.7523490) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz049.txt description = Fisher, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksww', 0.0049015) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz049.txt [txz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz050.txt centroid = (0.5638286, -1.7913675) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz050.txt description = Andrews, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ke11', 0.0016619) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz050.txt [txz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz051.txt centroid = (0.5638478, -1.7793841) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz051.txt description = Martin, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kmdd', 0.0052006) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz051.txt [txz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz052.txt centroid = (0.5638496, -1.7703835) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz052.txt description = Howard, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbpg', 0.0022070) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz052.txt [txz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz053.txt centroid = (0.5638496, -1.7614072) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz053.txt description = Mitchell, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksnk', 0.0067703) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz053.txt [txz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz054.txt centroid = (0.5638024, -1.7524170) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz054.txt description = Nolan, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksww', 0.0029925) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz054.txt [txz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz057.txt centroid = (0.5461746, -1.8266215) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz057.txt description = Van Horn and Highway 54 Corridor, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kgdp', 0.0097139) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz057.txt [txz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz058.txt centroid = (0.5487280, -1.8124721) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz058.txt description = Reeves County and Upper Trans Pecos, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kpeq', 0.0051113) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz058.txt [txz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz059.txt centroid = (0.5558734, -1.8078120) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz059.txt description = Loving, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kink', 0.0057518) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz059.txt [txz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz060.txt centroid = (0.5558874, -1.7985304) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz060.txt description = Winkler, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kink', 0.0025342) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz060.txt [txz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz061.txt centroid = (0.5562225, -1.7897095) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz061.txt description = Ector, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kodo', 0.0022725) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz061.txt [txz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz062.txt centroid = (0.5562225, -1.7807874) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz062.txt description = Midland, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kmaf', 0.0027348) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz062.txt [txz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz063.txt centroid = (0.5562277, -1.7718722) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz063.txt description = Glasscock, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbpg', 0.0057686) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz063.txt [txz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz064.txt centroid = (0.5555016, -1.7636552) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz064.txt description = Sterling, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbpg', 0.0094801) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz064.txt [txz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz065.txt centroid = (0.5565593, -1.7545778) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz065.txt description = Coke, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksjt', 0.0094091) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz065.txt [txz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz066.txt centroid = (0.5555575, -1.7449139) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz066.txt description = Runnels, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcom', 0.0085451) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz066.txt [txz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz067.txt centroid = (0.5499445, -1.7994763) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz067.txt description = Ward, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kink', 0.0049945) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz067.txt [txz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz068.txt centroid = (0.5485308, -1.7892330) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz068.txt description = Crane, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kodo', 0.0086911) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz068.txt [txz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz069.txt centroid = (0.5474888, -1.7809863) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz069.txt description = Upton, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kmaf', 0.0101253) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz069.txt [txz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz070.txt centroid = (0.5474435, -1.7719106) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz070.txt description = Reagan, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('koza', 0.0119487) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz070.txt [txz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz071.txt centroid = (0.5463561, -1.7624754) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz071.txt description = Irion, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksjt', 0.0072369) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz071.txt [txz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz072.txt centroid = (0.5481102, -1.7533944) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz072.txt description = Tom Green, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksjt', 0.0011047) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz072.txt [txz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz073.txt centroid = (0.5467506, -1.7429556) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz073.txt description = Concho, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksjt', 0.0094897) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz073.txt [txz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz074.txt centroid = (0.5359365, -1.8132295) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz074.txt description = Davis/Apache Mountains Area, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kmrf', 0.0062342) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz074.txt [txz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz075.txt centroid = (0.5372315, -1.7928650) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz075.txt description = Pecos, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kfst', 0.0037373) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz075.txt [txz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz076.txt centroid = (0.5362175, -1.7699750) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz076.txt description = Crockett, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('koza', 0.0031958) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz076.txt [txz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz077.txt centroid = (0.5392631, -1.7547279) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz077.txt description = Schleicher, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksoa', 0.0056883) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz077.txt [txz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz078.txt centroid = (0.5322958, -1.7547226) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz078.txt description = Sutton, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksoa', 0.0022494) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz078.txt [txz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz079.txt centroid = (0.5207783, -1.8225269) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz079.txt description = Presidio Valley, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kprs', 0.0036840) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz079.txt [txz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz080.txt centroid = (0.5264437, -1.8194534) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz080.txt description = Marfa Plateau, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kmrf', 0.0049690) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz080.txt [txz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz081.txt centroid = (0.5188689, -1.8015079) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz081.txt description = Big Bend Area, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ke38', 0.0134163) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz081.txt [txz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz082.txt centroid = (0.5275258, -1.7815710) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz082.txt description = Terrell, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('k6r6', 0.0037155) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz082.txt [txz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz083.txt centroid = (0.5984786, -1.7408909) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz083.txt description = Hardeman, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kf05', 0.0067609) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz083.txt [txz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz084.txt centroid = (0.5929686, -1.7414546) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz084.txt description = Foard, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kf05', 0.0083807) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz084.txt [txz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz085.txt centroid = (0.5948204, -1.7320822) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz085.txt description = Wilbarger, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kf05', 0.0026020) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz085.txt [txz086] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz086.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz086.txt centroid = (0.5932025, -1.7226958) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz086.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz086.txt description = Wichita, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz086.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz086.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz086.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz086.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz086.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz086.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz086.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz086.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz086.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz086.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz086.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz086.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz086.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz086.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz086.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz086.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz086.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz086.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz086.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz086.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz086.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz086.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz086.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz086.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz086.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz086.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz086.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz086.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz086.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz086.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksps', 0.0029418) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz086.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz086.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz086.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz086.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz086.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz086.txt [txz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz087.txt centroid = (0.5865371, -1.7408158) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz087.txt description = Knox, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kf05', 0.0126827) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz087.txt [txz088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz088.txt centroid = (0.5867186, -1.7316022) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz088.txt description = Baylor, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kf05', 0.0106784) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz088.txt [txz089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz089.txt centroid = (0.5866977, -1.7224253) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz089.txt description = Archer, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksps', 0.0069765) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz089.txt [txz090] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz090.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz090.txt centroid = (0.5896665, -1.7140599) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz090.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz090.txt description = Clay, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz090.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz090.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz090.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz090.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz090.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz090.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz090.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz090.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz090.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz090.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz090.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz090.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz090.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz090.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz090.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz090.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz090.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz090.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz090.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz090.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz090.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz090.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz090.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz090.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz090.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz090.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz090.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz090.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz090.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz090.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksps', 0.0054576) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz090.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz090.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz090.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz090.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz090.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz090.txt [txz091] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz091.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz091.txt centroid = (0.5877518, -1.7056160) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz091.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz091.txt description = Montague, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz091.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz091.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz091.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz091.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz091.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz091.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz091.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz091.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz091.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz091.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz091.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz091.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz091.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz091.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz091.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz091.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz091.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz091.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz091.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz091.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz091.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz091.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz091.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz091.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz091.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz091.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz091.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz091.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz091.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz091.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('k0f2', 0.0016986) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz091.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz091.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz091.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz091.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz091.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz091.txt [txz092] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz092.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz092.txt centroid = (0.5871165, -1.6966799) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz092.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz092.txt description = Cooke, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz092.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz092.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz092.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz092.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz092.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz092.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz092.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz092.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz092.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz092.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz092.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz092.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz092.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz092.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz092.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz092.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz092.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz092.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz092.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz092.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz092.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz092.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz092.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz092.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz092.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz092.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz092.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz092.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz092.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz092.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kgle', 0.0003103) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz092.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz092.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz092.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz092.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz092.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz092.txt [txz093] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz093.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz093.txt centroid = (0.5868984, -1.6873424) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz093.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz093.txt description = Grayson, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz093.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz093.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz093.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz093.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz093.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz093.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz093.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz093.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz093.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz093.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz093.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz093.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz093.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz093.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz093.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz093.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz093.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz093.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz093.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz093.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz093.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz093.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz093.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz093.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz093.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz093.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz093.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz093.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz093.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz093.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kgyi', 0.0015765) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz093.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz093.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz093.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz093.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz093.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz093.txt [txz094] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz094.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz094.txt centroid = (0.5863242, -1.6773766) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz094.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz094.txt description = Fannin, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz094.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz094.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz094.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz094.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz094.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz094.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz094.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz094.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz094.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz094.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz094.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz094.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz094.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz094.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz094.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz094.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz094.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz094.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz094.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz094.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz094.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz094.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz094.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz094.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz094.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz094.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz094.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz094.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz094.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz094.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kdua', 0.0073756) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz094.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz094.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz094.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz094.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz094.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz094.txt [txz095] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz095.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz095.txt centroid = (0.5876017, -1.6680304) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz095.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz095.txt description = Lamar, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz095.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz095.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz095.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz095.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz095.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz095.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz095.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz095.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz095.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz095.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz095.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz095.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz095.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz095.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz095.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz095.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz095.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz095.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz095.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz095.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz095.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz095.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz095.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz095.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz095.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz095.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz095.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz095.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz095.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz095.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kprx', 0.0018555) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz095.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz095.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz095.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz095.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz095.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz095.txt [txz096] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz096.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz096.txt centroid = (0.5867919, -1.6589424) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz096.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz096.txt description = Red River, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz096.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz096.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz096.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz096.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz096.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz096.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz096.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz096.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz096.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz096.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz096.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz096.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz096.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz096.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz096.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz096.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz096.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz096.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz096.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz096.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz096.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz096.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz096.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz096.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz096.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz096.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz096.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz096.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz096.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz096.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('k4o4', 0.0057486) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz096.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz096.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz096.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz096.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz096.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz096.txt [txz097] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz097.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz097.txt centroid = (0.5837323, -1.6479905) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz097.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz097.txt description = Bowie, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz097.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz097.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz097.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz097.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz097.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz097.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz097.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz097.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz097.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz097.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz097.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz097.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz097.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz097.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz097.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz097.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz097.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz097.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz097.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz097.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz097.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz097.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz097.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz097.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz097.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz097.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz097.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz097.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz097.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz097.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ktxk', 0.0064018) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz097.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz097.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz097.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz097.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz097.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz097.txt [txz098] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz098.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz098.txt centroid = (0.5790688, -1.7406221) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz098.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz098.txt description = Haskell, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz098.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz098.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz098.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz098.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz098.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz098.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz098.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz098.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz098.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz098.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz098.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz098.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz098.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz098.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz098.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz098.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz098.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz098.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz098.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz098.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz098.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz098.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz098.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz098.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz098.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz098.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz098.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz098.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz098.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz098.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kabi', 0.0133091) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz098.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz098.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz098.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz098.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz098.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz098.txt [txz099] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz099.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz099.txt centroid = (0.5790566, -1.7315830) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz099.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz099.txt description = Throckmorton, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz099.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz099.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz099.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz099.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz099.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz099.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz099.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz099.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz099.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz099.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz099.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz099.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz099.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz099.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz099.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz099.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz099.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz099.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz099.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz099.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz099.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz099.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz099.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz099.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz099.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz099.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz099.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz099.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz099.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz099.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbkd', 0.0092765) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz099.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz099.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz099.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz099.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz099.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz099.txt [txz100] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz100.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz100.txt centroid = (0.5790426, -1.7224270) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz100.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz100.txt description = Young, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz100.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz100.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz100.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz100.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz100.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz100.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz100.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz100.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz100.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz100.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz100.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz100.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz100.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz100.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz100.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz100.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz100.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz100.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz100.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz100.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz100.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz100.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz100.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz100.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz100.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz100.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz100.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz100.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz100.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz100.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('krph', 0.0022596) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz100.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz100.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz100.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz100.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz100.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz100.txt [txz101] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz101.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz101.txt centroid = (0.5800340, -1.7134334) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz101.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz101.txt description = Jack, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz101.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz101.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz101.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz101.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz101.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz101.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz101.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz101.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz101.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz101.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz101.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz101.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz101.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz101.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz101.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz101.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz101.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz101.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz101.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz101.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz101.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz101.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz101.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz101.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz101.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz101.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz101.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz101.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz101.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz101.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('krph', 0.0059930) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz101.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz101.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz101.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz101.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz101.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz101.txt [txz102] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz102.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz102.txt centroid = (0.5797268, -1.7043908) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz102.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz102.txt description = Wise, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz102.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz102.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz102.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz102.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz102.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz102.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz102.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz102.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz102.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz102.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz102.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz102.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz102.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz102.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz102.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz102.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz102.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz102.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz102.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz102.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz102.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz102.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz102.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz102.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz102.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz102.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz102.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz102.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz102.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz102.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klud', 0.0012707) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz102.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz102.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz102.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz102.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz102.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz102.txt [txz103] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz103.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz103.txt centroid = (0.5795244, -1.6950132) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz103.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz103.txt description = Denton, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz103.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz103.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz103.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz103.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz103.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz103.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz103.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz103.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz103.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz103.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz103.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz103.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz103.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz103.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz103.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz103.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz103.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz103.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz103.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz103.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz103.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz103.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz103.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz103.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz103.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz103.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz103.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz103.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz103.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz103.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kdto', 0.0012130) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz103.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz103.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz103.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz103.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz103.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz103.txt [txz104] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz104.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz104.txt centroid = (0.5792364, -1.6855063) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz104.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz104.txt description = Collin, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz104.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz104.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz104.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz104.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz104.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz104.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz104.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz104.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz104.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz104.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz104.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz104.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz104.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz104.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz104.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz104.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz104.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz104.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz104.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz104.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz104.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz104.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz104.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz104.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz104.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz104.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz104.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz104.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz104.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz104.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ktki', 0.0001777) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz104.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz104.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz104.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz104.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz104.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz104.txt [txz105] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz105.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz105.txt centroid = (0.5781159, -1.6770066) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz105.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz105.txt description = Hunt, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz105.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz105.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz105.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz105.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz105.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz105.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz105.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz105.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz105.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz105.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz105.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz105.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz105.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz105.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz105.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz105.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz105.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz105.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz105.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz105.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz105.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz105.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz105.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz105.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz105.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz105.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz105.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz105.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz105.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz105.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kgvt', 0.0010307) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz105.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz105.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz105.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz105.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz105.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz105.txt [txz106] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz106.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz106.txt centroid = (0.5827009, -1.6697966) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz106.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz106.txt description = Delta, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz106.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz106.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz106.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz106.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz106.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz106.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz106.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz106.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz106.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz106.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz106.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz106.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz106.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz106.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz106.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz106.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz106.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz106.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz106.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz106.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz106.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz106.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz106.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz106.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz106.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz106.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz106.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz106.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz106.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz106.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kslr', 0.0040006) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz106.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz106.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz106.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz106.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz106.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz106.txt [txz107] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz107.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz107.txt centroid = (0.5785679, -1.6679064) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz107.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz107.txt description = Hopkins, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz107.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz107.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz107.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz107.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz107.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz107.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz107.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz107.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz107.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz107.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz107.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz107.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz107.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz107.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz107.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz107.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz107.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz107.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz107.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz107.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz107.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz107.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz107.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz107.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz107.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz107.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz107.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz107.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz107.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz107.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kslr', 0.0008587) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz107.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz107.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz107.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz107.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz107.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz107.txt [txz108] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz108.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz108.txt centroid = (0.5790235, -1.6618746) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz108.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz108.txt description = Franklin, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz108.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz108.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz108.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz108.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz108.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz108.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz108.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz108.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz108.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz108.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz108.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz108.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz108.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz108.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz108.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz108.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz108.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz108.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz108.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz108.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz108.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz108.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz108.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz108.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz108.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz108.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz108.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz108.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz108.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz108.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kosa', 0.0040093) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz108.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz108.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz108.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz108.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz108.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz108.txt [txz109] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz109.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz109.txt centroid = (0.5797390, -1.6574641) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz109.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz109.txt description = Titus, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz109.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz109.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz109.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz109.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz109.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz109.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz109.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz109.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz109.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz109.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz109.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz109.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz109.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz109.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz109.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz109.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz109.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz109.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz109.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz109.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz109.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz109.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz109.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz109.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz109.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz109.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz109.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz109.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz109.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz109.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kosa', 0.0021184) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz109.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz109.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz109.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz109.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz109.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz109.txt [txz110] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz110.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz110.txt centroid = (0.5754909, -1.6576875) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz110.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz110.txt description = Camp, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz110.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz110.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz110.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz110.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz110.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz110.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz110.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz110.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz110.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz110.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz110.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz110.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz110.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz110.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz110.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz110.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz110.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz110.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz110.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz110.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz110.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz110.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz110.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz110.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz110.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz110.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz110.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz110.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz110.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz110.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kosa', 0.0021453) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz110.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz110.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz110.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz110.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz110.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz110.txt [txz111] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz111.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz111.txt centroid = (0.5779396, -1.6533958) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz111.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz111.txt description = Morris, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz111.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz111.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz111.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz111.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz111.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz111.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz111.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz111.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz111.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz111.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz111.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz111.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz111.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz111.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz111.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz111.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz111.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz111.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz111.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz111.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz111.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz111.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz111.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz111.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz111.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz111.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz111.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz111.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz111.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz111.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kosa', 0.0033600) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz111.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz111.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz111.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz111.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz111.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz111.txt [txz112] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz112.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz112.txt centroid = (0.5773113, -1.6466064) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz112.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz112.txt description = Cass, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz112.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz112.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz112.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz112.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz112.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz112.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz112.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz112.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz112.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz112.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz112.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz112.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz112.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz112.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz112.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz112.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz112.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz112.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz112.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz112.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz112.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz112.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz112.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz112.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz112.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz112.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz112.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz112.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz112.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz112.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ktxk', 0.0083612) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz112.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz112.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz112.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz112.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz112.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz112.txt [txz113] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz113.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz113.txt centroid = (0.5714191, -1.7432122) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz113.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz113.txt description = Jones, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz113.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz113.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz113.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz113.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz113.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz113.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz113.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz113.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz113.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz113.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz113.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz113.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz113.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz113.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz113.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz113.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz113.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz113.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz113.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz113.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz113.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz113.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz113.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz113.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz113.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz113.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz113.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz113.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz113.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz113.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kdys', 0.0055925) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz113.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz113.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz113.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz113.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz113.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz113.txt [txz114] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz114.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz114.txt centroid = (0.5713510, -1.7340562) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz114.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz114.txt description = Shackelford, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz114.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz114.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz114.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz114.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz114.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz114.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz114.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz114.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz114.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz114.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz114.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz114.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz114.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz114.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz114.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz114.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz114.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz114.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz114.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz114.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz114.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz114.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz114.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz114.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz114.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz114.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz114.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz114.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz114.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz114.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kabi', 0.0073831) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz114.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz114.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz114.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz114.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz114.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz114.txt [txz115] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz115.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz115.txt centroid = (0.5713492, -1.7250171) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz115.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz115.txt description = Stephens, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz115.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz115.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz115.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz115.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz115.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz115.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz115.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz115.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz115.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz115.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz115.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz115.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz115.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz115.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz115.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz115.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz115.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz115.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz115.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz115.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz115.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz115.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz115.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz115.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz115.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz115.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz115.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz115.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz115.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz115.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbkd', 0.0008372) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz115.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz115.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz115.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz115.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz115.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz115.txt [txz116] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz116.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz116.txt centroid = (0.5716512, -1.7158855) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz116.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz116.txt description = Palo Pinto, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz116.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz116.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz116.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz116.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz116.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz116.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz116.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz116.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz116.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz116.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz116.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz116.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz116.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz116.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz116.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz116.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz116.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz116.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz116.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz116.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz116.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz116.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz116.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz116.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz116.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz116.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz116.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz116.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz116.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz116.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kmwl', 0.0036532) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz116.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz116.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz116.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz116.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz116.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz116.txt [txz117] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz117.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz117.txt centroid = (0.5720770, -1.7070210) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz117.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz117.txt description = Parker, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz117.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz117.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz117.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz117.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz117.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz117.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz117.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz117.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz117.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz117.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz117.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz117.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz117.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz117.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz117.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz117.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz117.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz117.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz117.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz117.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz117.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz117.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz117.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz117.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz117.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz117.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz117.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz117.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz117.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz117.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kmwl', 0.0038395) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz117.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz117.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz117.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz117.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz117.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz117.txt [txz118] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz118.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz118.txt centroid = (0.5719514, -1.6980640) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz118.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz118.txt description = Tarrant, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz118.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz118.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz118.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz118.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz118.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz118.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz118.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz118.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz118.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz118.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz118.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz118.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz118.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz118.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz118.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz118.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz118.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz118.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz118.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz118.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz118.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz118.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz118.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz118.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz118.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz118.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz118.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz118.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz118.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz118.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kftw', 0.0015523) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz118.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz118.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz118.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz118.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz118.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz118.txt [txz119] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz119.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz119.txt centroid = (0.5718851, -1.6890930) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz119.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz119.txt description = Dallas, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz119.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz119.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz119.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz119.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz119.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz119.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz119.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz119.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz119.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz119.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz119.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz119.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz119.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz119.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz119.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz119.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz119.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz119.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz119.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz119.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz119.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz119.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz119.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz119.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz119.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz119.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz119.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz119.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz119.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz119.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kdal', 0.0017993) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz119.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz119.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz119.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz119.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz119.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz119.txt [txz120] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz120.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz120.txt centroid = (0.5741749, -1.6826318) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz120.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz120.txt description = Rockwall, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz120.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz120.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz120.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz120.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz120.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz120.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz120.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz120.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz120.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz120.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz120.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz120.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz120.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz120.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz120.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz120.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz120.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz120.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz120.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz120.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz120.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz120.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz120.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz120.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz120.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz120.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz120.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz120.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz120.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz120.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kf46', 0.0007201) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz120.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz120.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz120.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz120.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz120.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz120.txt [txz121] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz121.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz121.txt centroid = (0.5689704, -1.6805409) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz121.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz121.txt description = Kaufman, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz121.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz121.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz121.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz121.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz121.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz121.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz121.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz121.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz121.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz121.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz121.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz121.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz121.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz121.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz121.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz121.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz121.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz121.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz121.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz121.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz121.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz121.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz121.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz121.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz121.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz121.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz121.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz121.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz121.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz121.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ktrl', 0.0020669) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz121.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz121.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz121.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz121.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz121.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz121.txt [txz122] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz122.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz122.txt centroid = (0.5683438, -1.6726625) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz122.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz122.txt description = Van Zandt, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz122.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz122.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz122.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz122.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz122.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz122.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz122.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz122.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz122.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz122.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz122.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz122.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz122.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz122.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz122.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz122.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz122.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz122.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz122.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz122.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz122.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz122.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz122.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz122.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz122.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz122.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz122.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz122.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz122.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz122.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kjdd', 0.0058870) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz122.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz122.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz122.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz122.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz122.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz122.txt [txz123] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz123.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz123.txt centroid = (0.5736950, -1.6719102) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz123.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz123.txt description = Rains, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz123.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz123.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz123.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz123.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz123.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz123.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz123.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz123.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz123.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz123.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz123.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz123.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz123.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz123.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz123.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz123.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz123.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz123.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz123.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz123.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz123.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz123.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz123.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz123.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz123.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz123.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz123.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz123.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz123.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz123.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kjdd', 0.0048992) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz123.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz123.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz123.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz123.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz123.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz123.txt [txz124] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz124.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz124.txt centroid = (0.5722306, -1.6647317) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz124.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz124.txt description = Wood, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz124.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz124.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz124.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz124.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz124.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz124.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz124.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz124.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz124.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz124.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz124.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz124.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz124.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz124.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz124.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz124.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz124.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz124.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz124.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz124.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz124.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz124.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz124.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz124.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz124.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz124.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz124.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz124.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz124.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz124.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kjdd', 0.0018481) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz124.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz124.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz124.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz124.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz124.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz124.txt [txz125] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz125.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz125.txt centroid = (0.5713562, -1.6570400) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz125.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz125.txt description = Upshur, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz125.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz125.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz125.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz125.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz125.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz125.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz125.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz125.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz125.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz125.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz125.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz125.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz125.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz125.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz125.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz125.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz125.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz125.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz125.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz125.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz125.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz125.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz125.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz125.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz125.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz125.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz125.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz125.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz125.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz125.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kjxi', 0.0006615) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz125.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz125.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz125.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz125.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz125.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz125.txt [txz126] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz126.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz126.txt centroid = (0.5724331, -1.6468438) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz126.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz126.txt description = Marion, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz126.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz126.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz126.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz126.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz126.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz126.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz126.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz126.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz126.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz126.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz126.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz126.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz126.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz126.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz126.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz126.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz126.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz126.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz126.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz126.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz126.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz126.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz126.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz126.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz126.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz126.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz126.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz126.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz126.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz126.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kasl', 0.0049243) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz126.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz126.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz126.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz126.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz126.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz126.txt [txz127] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz127.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz127.txt centroid = (0.5637675, -1.7434111) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz127.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz127.txt description = Taylor, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz127.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz127.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz127.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz127.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz127.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz127.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz127.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz127.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz127.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz127.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz127.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz127.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz127.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz127.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz127.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz127.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz127.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz127.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz127.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz127.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz127.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz127.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz127.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz127.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz127.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz127.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz127.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz127.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz127.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz127.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kdys', 0.0021252) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz127.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz127.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz127.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz127.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz127.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz127.txt [txz128] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz128.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz128.txt centroid = (0.5637012, -1.7343948) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz128.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz128.txt description = Callahan, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz128.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz128.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz128.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz128.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz128.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz128.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz128.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz128.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz128.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz128.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz128.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz128.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz128.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz128.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz128.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz128.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz128.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz128.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz128.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz128.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz128.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz128.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz128.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz128.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz128.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz128.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz128.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz128.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz128.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz128.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kabi', 0.0050177) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz128.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz128.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz128.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz128.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz128.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz128.txt [txz129] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz129.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz129.txt centroid = (0.5642143, -1.7249490) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz129.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz129.txt description = Eastland, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz129.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz129.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz129.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz129.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz129.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz129.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz129.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz129.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz129.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz129.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz129.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz129.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz129.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz129.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz129.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz129.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz129.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz129.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz129.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz129.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz129.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz129.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz129.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz129.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz129.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz129.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz129.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz129.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz129.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz129.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kgzn', 0.0029019) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz129.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz129.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz129.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz129.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz129.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz129.txt [txz130] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz130.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz130.txt centroid = (0.5626296, -1.7142275) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz130.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz130.txt description = Erath, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz130.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz130.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz130.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz130.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz130.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz130.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz130.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz130.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz130.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz130.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz130.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz130.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz130.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz130.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz130.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz130.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz130.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz130.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz130.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz130.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz130.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz130.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz130.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz130.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz130.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz130.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz130.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz130.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz130.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz130.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksep', 0.0006160) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz130.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz130.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz130.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz130.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz130.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz130.txt [txz131] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz131.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz131.txt centroid = (0.5660085, -1.7074957) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz131.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz131.txt description = Hood, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz131.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz131.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz131.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz131.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz131.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz131.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz131.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz131.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz131.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz131.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz131.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz131.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz131.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz131.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz131.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz131.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz131.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz131.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz131.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz131.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz131.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz131.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz131.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz131.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz131.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz131.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz131.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz131.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz131.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz131.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kgdj', 0.0003392) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz131.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz131.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz131.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz131.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz131.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz131.txt [txz132] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz132.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz132.txt centroid = (0.5623852, -1.7064852) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz132.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz132.txt description = Somervell, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz132.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz132.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz132.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz132.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz132.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz132.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz132.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz132.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz132.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz132.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz132.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz132.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz132.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz132.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz132.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz132.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz132.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz132.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz132.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz132.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz132.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz132.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz132.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz132.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz132.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz132.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz132.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz132.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz132.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz132.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kgdj', 0.0039221) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz132.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz132.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz132.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz132.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz132.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz132.txt [txz133] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz133.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz133.txt centroid = (0.5651202, -1.6993625) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz133.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz133.txt description = Johnson, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz133.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz133.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz133.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz133.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz133.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz133.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz133.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz133.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz133.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz133.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz133.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz133.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz133.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz133.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz133.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz133.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz133.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz133.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz133.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz133.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz133.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz133.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz133.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz133.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz133.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz133.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz133.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz133.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz133.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz133.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcpt', 0.0010867) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz133.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz133.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz133.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz133.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz133.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz133.txt [txz134] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz134.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz134.txt centroid = (0.5645861, -1.6893827) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz134.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz134.txt description = Ellis, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz134.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz134.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz134.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz134.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz134.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz134.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz134.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz134.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz134.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz134.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz134.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz134.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz134.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz134.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz134.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz134.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz134.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz134.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz134.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz134.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz134.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz134.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz134.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz134.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz134.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz134.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz134.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz134.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz134.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz134.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kjwy', 0.0025545) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz134.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz134.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz134.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz134.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz134.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz134.txt [txz135] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz135.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz135.txt centroid = (0.5622072, -1.6729644) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz135.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz135.txt description = Henderson, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz135.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz135.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz135.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz135.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz135.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz135.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz135.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz135.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz135.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz135.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz135.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz135.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz135.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz135.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz135.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz135.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz135.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz135.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz135.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz135.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz135.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz135.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz135.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz135.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz135.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz135.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz135.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz135.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz135.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz135.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kf44', 0.0009222) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz135.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz135.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz135.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz135.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz135.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz135.txt [txz136] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz136.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz136.txt centroid = (0.5650503, -1.6627612) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz136.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz136.txt description = Smith, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz136.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz136.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz136.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz136.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz136.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz136.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz136.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz136.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz136.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz136.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz136.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz136.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz136.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz136.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz136.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz136.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz136.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz136.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz136.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz136.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz136.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz136.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz136.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz136.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz136.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz136.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz136.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz136.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz136.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz136.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ktyr', 0.0019771) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz136.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz136.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz136.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz136.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz136.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz136.txt [txz137] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz137.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz137.txt centroid = (0.5668882, -1.6548723) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz137.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz137.txt description = Gregg, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz137.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz137.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz137.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz137.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz137.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz137.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz137.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz137.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz137.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz137.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz137.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz137.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz137.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz137.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz137.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz137.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz137.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz137.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz137.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz137.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz137.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz137.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz137.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz137.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz137.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz137.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz137.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz137.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz137.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz137.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kggg', 0.0022489) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz137.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz137.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz137.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz137.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz137.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz137.txt [txz138] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz138.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz138.txt centroid = (0.5680750, -1.6470899) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz138.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz138.txt description = Harrison, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz138.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz138.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz138.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz138.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz138.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz138.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz138.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz138.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz138.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz138.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz138.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz138.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz138.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz138.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz138.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz138.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz138.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz138.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz138.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz138.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz138.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz138.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz138.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz138.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz138.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz138.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz138.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz138.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz138.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz138.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kasl', 0.0011596) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz138.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz138.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz138.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz138.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz138.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz138.txt [txz139] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz139.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz139.txt centroid = (0.5545470, -1.7357928) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz139.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz139.txt description = Coleman, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz139.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz139.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz139.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz139.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz139.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz139.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz139.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz139.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz139.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz139.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz139.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz139.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz139.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz139.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz139.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz139.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz139.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz139.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz139.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz139.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz139.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz139.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz139.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz139.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz139.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz139.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz139.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz139.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz139.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz139.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcom', 0.0014111) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz139.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz139.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz139.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz139.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz139.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz139.txt [txz140] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz140.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz140.txt centroid = (0.5545662, -1.7278725) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz140.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz140.txt description = Brown, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz140.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz140.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz140.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz140.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz140.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz140.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz140.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz140.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz140.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz140.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz140.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz140.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz140.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz140.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz140.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz140.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz140.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz140.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz140.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz140.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz140.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz140.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz140.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz140.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz140.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz140.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz140.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz140.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz140.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz140.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbwd', 0.0008643) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz140.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz140.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz140.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz140.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz140.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz140.txt [txz141] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz141.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz141.txt centroid = (0.5575978, -1.7201651) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz141.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz141.txt description = Comanche, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz141.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz141.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz141.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz141.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz141.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz141.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz141.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz141.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz141.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz141.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz141.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz141.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz141.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz141.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz141.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz141.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz141.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz141.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz141.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz141.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz141.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz141.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz141.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz141.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz141.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz141.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz141.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz141.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz141.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz141.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kmkn', 0.0008292) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz141.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz141.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz141.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz141.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz141.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz141.txt [txz142] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz142.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz142.txt centroid = (0.5496949, -1.7208161) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz142.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz142.txt description = Mills, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz142.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz142.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz142.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz142.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz142.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz142.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz142.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz142.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz142.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz142.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz142.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz142.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz142.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz142.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz142.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz142.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz142.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz142.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz142.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz142.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz142.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz142.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz142.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz142.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz142.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz142.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz142.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz142.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz142.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz142.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcwc', 0.0065570) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz142.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz142.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz142.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz142.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz142.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz142.txt [txz143] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz143.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz143.txt centroid = (0.5533531, -1.7123547) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz143.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz143.txt description = Hamilton, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz143.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz143.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz143.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz143.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz143.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz143.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz143.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz143.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz143.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz143.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz143.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz143.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz143.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz143.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz143.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz143.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz143.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz143.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz143.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz143.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz143.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz143.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz143.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz143.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz143.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz143.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz143.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz143.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz143.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz143.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kmnz', 0.0008424) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz143.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz143.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz143.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz143.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz143.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz143.txt [txz144] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz144.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz144.txt centroid = (0.5567670, -1.7040400) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz144.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz144.txt description = Bosque, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz144.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz144.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz144.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz144.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz144.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz144.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz144.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz144.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz144.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz144.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz144.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz144.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz144.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz144.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz144.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz144.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz144.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz144.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz144.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz144.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz144.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz144.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz144.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz144.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz144.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz144.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz144.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz144.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz144.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz144.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kact', 0.0081183) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz144.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz144.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz144.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz144.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz144.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz144.txt [txz145] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz145.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz145.txt centroid = (0.5583430, -1.6952802) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz145.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz145.txt description = Hill, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz145.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz145.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz145.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz145.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz145.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz145.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz145.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz145.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz145.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz145.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz145.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz145.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz145.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz145.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz145.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz145.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz145.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz145.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz145.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz145.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz145.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz145.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz145.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz145.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz145.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz145.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz145.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz145.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz145.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz145.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kinj', 0.0016985) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz145.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz145.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz145.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz145.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz145.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz145.txt [txz146] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz146.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz146.txt centroid = (0.5593257, -1.6837610) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz146.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz146.txt description = Navarro, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz146.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz146.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz146.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz146.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz146.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz146.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz146.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz146.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz146.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz146.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz146.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz146.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz146.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz146.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz146.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz146.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz146.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz146.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz146.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz146.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz146.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz146.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz146.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz146.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz146.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz146.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz146.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz146.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz146.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz146.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcrs', 0.0014202) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz146.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz146.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz146.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz146.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz146.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz146.txt [txz147] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz147.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz147.txt centroid = (0.5533549, -1.6781166) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz147.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz147.txt description = Freestone, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz147.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz147.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz147.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz147.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz147.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz147.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz147.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz147.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz147.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz147.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz147.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz147.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz147.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz147.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz147.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz147.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz147.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz147.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz147.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz147.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz147.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz147.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz147.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz147.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz147.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz147.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz147.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz147.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz147.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz147.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klxy', 0.0055412) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz147.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz147.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz147.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz147.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz147.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz147.txt [txz148] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz148.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz148.txt centroid = (0.5552486, -1.6694511) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz148.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz148.txt description = Anderson, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz148.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz148.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz148.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz148.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz148.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz148.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz148.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz148.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz148.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz148.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz148.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz148.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz148.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz148.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz148.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz148.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz148.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz148.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz148.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz148.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz148.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz148.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz148.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz148.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz148.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz148.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz148.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz148.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz148.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz148.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kpsn', 0.0009918) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz148.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz148.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz148.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz148.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz148.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz148.txt [txz149] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz149.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz149.txt centroid = (0.5556605, -1.6609461) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz149.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz149.txt description = Cherokee, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz149.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz149.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz149.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz149.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz149.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz149.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz149.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz149.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz149.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz149.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz149.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz149.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz149.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz149.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz149.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz149.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz149.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz149.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz149.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz149.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz149.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz149.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz149.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz149.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz149.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz149.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz149.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz149.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz149.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz149.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kjso', 0.0009539) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz149.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz149.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz149.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz149.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz149.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz149.txt [txz150] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz150.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz150.txt centroid = (0.5603851, -1.6539054) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz150.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz150.txt description = Rusk, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz150.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz150.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz150.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz150.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz150.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz150.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz150.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz150.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz150.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz150.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz150.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz150.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz150.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz150.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz150.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz150.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz150.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz150.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz150.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz150.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz150.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz150.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz150.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz150.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz150.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz150.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz150.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz150.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz150.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz150.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('krfi', 0.0014204) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz150.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz150.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz150.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz150.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz150.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz150.txt [txz151] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz151.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz151.txt centroid = (0.5613398, -1.6459432) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz151.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz151.txt description = Panola, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz151.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz151.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz151.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz151.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz151.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz151.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz151.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz151.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz151.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz151.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz151.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz151.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz151.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz151.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz151.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz151.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz151.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz151.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz151.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz151.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz151.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz151.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz151.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz151.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz151.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz151.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz151.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz151.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz151.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz151.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kf17', 0.0061817) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz151.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz151.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz151.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz151.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz151.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz151.txt [txz152] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz152.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz152.txt centroid = (0.5518033, -1.6513572) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz152.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz152.txt description = Nacogdoches, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz152.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz152.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz152.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz152.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz152.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz152.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz152.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz152.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz152.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz152.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz152.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz152.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz152.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz152.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz152.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz152.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz152.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz152.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz152.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz152.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz152.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz152.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz152.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz152.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz152.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz152.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz152.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz152.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz152.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz152.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('koch', 0.0016042) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz152.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz152.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz152.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz152.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz152.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz152.txt [txz153] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz153.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz153.txt centroid = (0.5548821, -1.6431402) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz153.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz153.txt description = Shelby, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz153.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz153.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz153.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz153.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz153.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz153.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz153.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz153.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz153.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz153.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz153.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz153.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz153.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz153.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz153.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz153.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz153.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz153.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz153.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz153.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz153.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz153.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz153.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz153.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz153.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz153.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz153.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz153.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz153.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz153.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kf17', 0.0007045) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz153.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz153.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz153.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz153.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz153.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz153.txt [txz154] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz154.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz154.txt centroid = (0.5445235, -1.7339410) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz154.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz154.txt description = McCulloch, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz154.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz154.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz154.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz154.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz154.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz154.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz154.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz154.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz154.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz154.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz154.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz154.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz154.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz154.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz154.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz154.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz154.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz154.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz154.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz154.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz154.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz154.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz154.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz154.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz154.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz154.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz154.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz154.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz154.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz154.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcom', 0.0112165) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz154.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz154.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz154.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz154.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz154.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz154.txt [txz155] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz155.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz155.txt centroid = (0.5437608, -1.7246925) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz155.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz155.txt description = San Saba, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz155.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz155.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz155.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz155.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz155.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz155.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz155.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz155.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz155.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz155.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz155.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz155.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz155.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz155.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz155.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz155.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz155.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz155.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz155.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz155.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz155.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz155.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz155.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz155.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz155.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz155.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz155.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz155.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz155.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz155.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kaqo', 0.0068911) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz155.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz155.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz155.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz155.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz155.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz155.txt [txz156] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz156.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz156.txt centroid = (0.5444764, -1.7146359) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz156.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz156.txt description = Lampasas, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz156.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz156.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz156.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz156.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz156.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz156.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz156.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz156.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz156.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz156.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz156.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz156.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz156.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz156.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz156.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz156.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz156.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz156.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz156.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz156.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz156.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz156.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz156.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz156.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz156.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz156.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz156.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz156.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz156.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz156.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klzz', 0.0017133) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz156.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz156.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz156.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz156.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz156.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz156.txt [txz157] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz157.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz157.txt centroid = (0.5478746, -1.7069180) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz157.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz157.txt description = Coryell, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz157.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz157.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz157.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz157.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz157.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz157.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz157.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz157.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz157.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz157.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz157.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz157.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz157.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz157.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz157.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz157.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz157.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz157.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz157.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz157.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz157.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz157.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz157.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz157.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz157.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz157.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz157.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz157.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz157.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz157.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kgop', 0.0005284) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz157.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz157.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz157.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz157.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz157.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz157.txt [txz158] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz158.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz158.txt centroid = (0.5417101, -1.7013155) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz158.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz158.txt description = Bell, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz158.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz158.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz158.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz158.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz158.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz158.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz158.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz158.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz158.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz158.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz158.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz158.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz158.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz158.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz158.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz158.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz158.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz158.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz158.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz158.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz158.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz158.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz158.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz158.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz158.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz158.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz158.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz158.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz158.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz158.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ktpl', 0.0022820) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz158.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz158.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz158.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz158.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz158.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz158.txt [txz159] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz159.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz159.txt centroid = (0.5506933, -1.6964914) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz159.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz159.txt description = McLennan, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz159.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz159.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz159.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz159.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz159.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz159.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz159.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz159.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz159.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz159.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz159.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz159.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz159.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz159.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz159.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz159.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz159.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz159.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz159.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz159.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz159.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz159.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz159.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz159.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz159.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz159.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz159.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz159.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz159.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz159.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kact', 0.0008597) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz159.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz159.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz159.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz159.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz159.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz159.txt [txz160] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz160.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz160.txt centroid = (0.5454730, -1.6918489) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz160.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz160.txt description = Falls, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz160.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz160.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz160.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz160.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz160.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz160.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz160.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz160.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz160.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz160.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz160.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz160.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz160.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz160.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz160.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz160.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz160.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz160.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz160.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz160.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz160.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz160.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz160.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz160.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz160.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz160.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz160.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz160.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz160.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz160.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kt35', 0.0065539) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz160.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz160.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz160.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz160.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz160.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz160.txt [txz161] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz161.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz161.txt centroid = (0.5505728, -1.6856477) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz161.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz161.txt description = Limestone, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz161.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz161.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz161.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz161.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz161.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz161.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz161.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz161.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz161.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz161.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz161.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz161.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz161.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz161.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz161.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz161.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz161.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz161.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz161.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz161.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz161.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz161.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz161.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz161.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz161.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz161.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz161.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz161.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz161.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz161.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klxy', 0.0019371) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz161.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz161.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz161.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz161.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz161.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz161.txt [txz162] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz162.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz162.txt centroid = (0.5462270, -1.6754410) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz162.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz162.txt description = Leon, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz162.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz162.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz162.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz162.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz162.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz162.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz162.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz162.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz162.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz162.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz162.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz162.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz162.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz162.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz162.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz162.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz162.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz162.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz162.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz162.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz162.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz162.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz162.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz162.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz162.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz162.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz162.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz162.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz162.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz162.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kpsn', 0.0094659) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz162.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz162.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz162.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz162.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz162.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz162.txt [txz163] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz163.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz163.txt centroid = (0.5465987, -1.6654403) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz163.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz163.txt description = Houston, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz163.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz163.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz163.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz163.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz163.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz163.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz163.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz163.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz163.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz163.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz163.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz163.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz163.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz163.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz163.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz163.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz163.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz163.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz163.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz163.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz163.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz163.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz163.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz163.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz163.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz163.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz163.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz163.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz163.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz163.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kpsn', 0.0090933) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz163.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz163.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz163.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz163.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz163.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz163.txt [txz164] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz164.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz164.txt centroid = (0.5426019, -1.6604277) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz164.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz164.txt description = Trinity, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz164.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz164.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz164.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz164.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz164.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz164.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz164.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz164.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz164.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz164.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz164.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz164.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz164.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz164.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz164.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz164.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz164.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz164.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz164.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz164.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz164.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz164.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz164.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz164.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz164.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz164.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz164.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz164.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz164.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz164.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klfk', 0.0062858) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz164.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz164.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz164.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz164.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz164.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz164.txt [txz165] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz165.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz165.txt centroid = (0.5454992, -1.6512874) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz165.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz165.txt description = Angelina, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz165.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz165.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz165.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz165.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz165.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz165.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz165.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz165.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz165.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz165.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz165.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz165.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz165.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz165.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz165.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz165.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz165.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz165.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz165.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz165.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz165.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz165.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz165.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz165.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz165.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz165.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz165.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz165.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz165.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz165.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klfk', 0.0020960) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz165.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz165.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz165.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz165.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz165.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz165.txt [txz166] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz166.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz166.txt centroid = (0.5479322, -1.6435451) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz166.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz166.txt description = San Augustine, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz166.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz166.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz166.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz166.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz166.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz166.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz166.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz166.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz166.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz166.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz166.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz166.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz166.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz166.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz166.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz166.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz166.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz166.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz166.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz166.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz166.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz166.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz166.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz166.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz166.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz166.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz166.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz166.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz166.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz166.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kf17', 0.0076358) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz166.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz166.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz166.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz166.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz166.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz166.txt [txz167] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz167.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz167.txt centroid = (0.5470420, -1.6380229) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz167.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz167.txt description = Sabine, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz167.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz167.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz167.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz167.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz167.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz167.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz167.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz167.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz167.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz167.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz167.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz167.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz167.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz167.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz167.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz167.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz167.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz167.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz167.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz167.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz167.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz167.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz167.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz167.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz167.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz167.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz167.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz167.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz167.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz167.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbkb', 0.0069433) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz167.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz167.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz167.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz167.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz167.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz167.txt [txz168] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz168.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz168.txt centroid = (0.5391287, -1.7421981) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz168.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz168.txt description = Menard, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz168.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz168.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz168.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz168.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz168.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz168.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz168.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz168.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz168.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz168.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz168.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz168.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz168.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz168.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz168.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz168.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz168.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz168.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz168.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz168.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz168.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz168.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz168.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz168.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz168.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz168.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz168.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz168.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz168.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz168.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kjct', 0.0065625) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz168.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz168.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz168.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz168.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz168.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz168.txt [txz169] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz169.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz169.txt centroid = (0.5320950, -1.7409432) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz169.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz169.txt description = Kimble, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz169.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz169.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz169.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz169.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz169.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz169.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz169.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz169.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz169.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz169.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz169.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz169.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz169.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz169.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz169.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz169.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz169.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz169.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz169.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz169.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz169.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz169.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz169.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz169.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz169.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz169.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz169.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz169.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz169.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz169.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kjct', 0.0005871) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz169.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz169.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz169.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz169.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz169.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz169.txt [txz170] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz170.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz170.txt centroid = (0.5361250, -1.7318221) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz170.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz170.txt description = Mason, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz170.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz170.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz170.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz170.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz170.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz170.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz170.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz170.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz170.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz170.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz170.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz170.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz170.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz170.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz170.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz170.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz170.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz170.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz170.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz170.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz170.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz170.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz170.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz170.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz170.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz170.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz170.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz170.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz170.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz170.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kjct', 0.0088451) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz170.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz170.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz170.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz170.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz170.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz170.txt [txz171] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz171.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz171.txt centroid = (0.5359138, -1.7223607) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz171.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz171.txt description = Llano, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz171.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz171.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz171.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz171.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz171.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz171.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz171.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz171.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz171.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz171.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz171.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz171.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz171.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz171.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz171.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz171.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz171.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz171.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz171.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz171.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz171.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz171.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz171.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz171.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz171.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz171.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz171.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz171.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz171.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz171.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kaqo', 0.0014012) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz171.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz171.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz171.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz171.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz171.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz171.txt [txz172] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz172.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz172.txt centroid = (0.5373572, -1.7136061) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz172.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz172.txt description = Burnet, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz172.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz172.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz172.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz172.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz172.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz172.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz172.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz172.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz172.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz172.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz172.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz172.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz172.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz172.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz172.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz172.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz172.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz172.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz172.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz172.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz172.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz172.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz172.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz172.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz172.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz172.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz172.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz172.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz172.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz172.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbmq', 0.0012263) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz172.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz172.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz172.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz172.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz172.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz172.txt [txz173] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz173.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz173.txt centroid = (0.5349103, -1.7034553) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz173.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz173.txt description = Williamson, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz173.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz173.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz173.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz173.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz173.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz173.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz173.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz173.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz173.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz173.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz173.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz173.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz173.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz173.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz173.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz173.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz173.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz173.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz173.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz173.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz173.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz173.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz173.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz173.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz173.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz173.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz173.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz173.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz173.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz173.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kgtu', 0.0013832) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz173.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz173.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz173.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz173.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz173.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz173.txt [txz174] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz174.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz174.txt centroid = (0.5373223, -1.6925662) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz174.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz174.txt description = Milam, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz174.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz174.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz174.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz174.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz174.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz174.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz174.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz174.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz174.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz174.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz174.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz174.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz174.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz174.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz174.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz174.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz174.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz174.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz174.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz174.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz174.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz174.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz174.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz174.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz174.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz174.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz174.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz174.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz174.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz174.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kt35', 0.0016203) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz174.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz174.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz174.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz174.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz174.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz174.txt [txz175] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz175.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz175.txt centroid = (0.5415233, -1.6844661) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz175.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz175.txt description = Robertson, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz175.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz175.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz175.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz175.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz175.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz175.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz175.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz175.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz175.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz175.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz175.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz175.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz175.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz175.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz175.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz175.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz175.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz175.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz175.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz175.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz175.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz175.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz175.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz175.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz175.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz175.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz175.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz175.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz175.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz175.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klhb', 0.0031674) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz175.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz175.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz175.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz175.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz175.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz175.txt [txz176] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz176.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz176.txt centroid = (0.5404517, -1.6742664) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz176.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz176.txt description = Madison, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz176.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz176.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz176.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz176.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz176.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz176.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz176.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz176.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz176.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz176.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz176.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz176.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz176.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz176.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz176.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz176.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz176.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz176.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz176.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz176.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz176.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz176.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz176.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz176.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz176.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz176.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz176.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz176.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz176.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz176.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kuts', 0.0063944) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz176.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz176.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz176.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz176.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz176.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz176.txt [txz177] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz177.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz177.txt centroid = (0.5364968, -1.6680496) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz177.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz177.txt description = Walker, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz177.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz177.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz177.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz177.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz177.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz177.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz177.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz177.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz177.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz177.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz177.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz177.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz177.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz177.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz177.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz177.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz177.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz177.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz177.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz177.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz177.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz177.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz177.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz177.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz177.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz177.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz177.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz177.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz177.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz177.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kuts', 0.0002545) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz177.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz177.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz177.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz177.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz177.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz177.txt [txz178] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz178.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz178.txt centroid = (0.5337147, -1.6609757) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz178.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz178.txt description = San Jacinto, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz178.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz178.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz178.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz178.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz178.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz178.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz178.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz178.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz178.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz178.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz178.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz178.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz178.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz178.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz178.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz178.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz178.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz178.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz178.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz178.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz178.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz178.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz178.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz178.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz178.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz178.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz178.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz178.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz178.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz178.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('k6r3', 0.0045012) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz178.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz178.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz178.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz178.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz178.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz178.txt [txz179] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz179.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz179.txt centroid = (0.5374357, -1.6550957) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz179.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz179.txt description = Polk, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz179.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz179.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz179.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz179.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz179.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz179.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz179.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz179.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz179.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz179.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz179.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz179.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz179.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz179.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz179.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz179.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz179.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz179.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz179.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz179.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz179.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz179.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz179.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz179.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz179.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz179.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz179.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz179.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz179.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz179.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klfk', 0.0077813) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz179.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz179.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz179.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz179.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz179.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz179.txt [txz180] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz180.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz180.txt centroid = (0.5370588, -1.6471807) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz180.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz180.txt description = Tyler, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz180.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz180.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz180.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz180.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz180.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz180.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz180.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz180.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz180.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz180.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz180.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz180.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz180.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz180.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz180.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz180.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz180.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz180.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz180.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz180.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz180.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz180.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz180.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz180.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz180.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz180.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz180.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz180.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz180.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz180.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbpt', 0.0049066) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz180.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz180.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz180.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz180.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz180.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz180.txt [txz183] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz183.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz183.txt centroid = (0.5217313, -1.7654302) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz183.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz183.txt description = Val Verde, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz183.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz183.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz183.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz183.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz183.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz183.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz183.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz183.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz183.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz183.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz183.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz183.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz183.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz183.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz183.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz183.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz183.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz183.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz183.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz183.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz183.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz183.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz183.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz183.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz183.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz183.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz183.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz183.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz183.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz183.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kdrt', 0.0098540) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz183.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz183.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz183.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz183.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz183.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz183.txt [txz184] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz184.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz184.txt centroid = (0.5232951, -1.7506473) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz184.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz184.txt description = Edwards, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz184.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz184.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz184.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz184.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz184.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz184.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz184.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz184.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz184.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz184.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz184.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz184.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz184.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz184.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz184.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz184.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz184.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz184.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz184.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz184.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz184.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz184.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz184.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz184.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz184.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz184.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz184.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz184.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz184.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz184.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kecu', 0.0020790) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz184.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz184.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz184.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz184.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz184.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz184.txt [txz185] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz185.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz185.txt centroid = (0.5206631, -1.7422243) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz185.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz185.txt description = Real, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz185.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz185.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz185.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz185.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz185.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz185.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz185.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz185.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz185.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz185.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz185.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz185.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz185.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz185.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz185.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz185.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz185.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz185.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz185.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz185.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz185.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz185.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz185.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz185.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz185.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz185.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz185.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz185.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz185.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz185.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kecu', 0.0056843) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz185.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz185.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz185.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz185.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz185.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz185.txt [txz186] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz186.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz186.txt centroid = (0.5246722, -1.7339864) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz186.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz186.txt description = Kerr, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz186.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz186.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz186.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz186.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz186.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz186.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz186.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz186.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz186.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz186.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz186.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz186.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz186.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz186.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz186.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz186.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz186.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz186.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz186.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz186.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz186.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz186.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz186.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz186.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz186.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz186.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz186.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz186.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz186.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz186.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kerv', 0.0043581) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz186.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz186.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz186.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz186.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz186.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz186.txt [txz187] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz187.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz187.txt centroid = (0.5191866, -1.7321747) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz187.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz187.txt description = Bandera, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz187.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz187.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz187.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz187.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz187.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz187.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz187.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz187.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz187.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz187.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz187.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz187.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz187.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz187.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz187.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz187.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz187.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz187.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz187.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz187.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz187.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz187.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz187.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz187.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz187.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz187.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz187.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz187.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz187.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz187.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kerv', 0.0045560) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz187.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz187.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz187.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz187.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz187.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz187.txt [txz188] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz188.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz188.txt centroid = (0.5291507, -1.7269405) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz188.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz188.txt description = Gillespie, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz188.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz188.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz188.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz188.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz188.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz188.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz188.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz188.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz188.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz188.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz188.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz188.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz188.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz188.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz188.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz188.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz188.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz188.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz188.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz188.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz188.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz188.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz188.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz188.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz188.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz188.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz188.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz188.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz188.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz188.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kt82', 0.0014144) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz188.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz188.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz188.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz188.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz188.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz188.txt [txz189] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz189.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz189.txt centroid = (0.5226336, -1.7228424) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz189.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz189.txt description = Kendall, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz189.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz189.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz189.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz189.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz189.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz189.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz189.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz189.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz189.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz189.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz189.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz189.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz189.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz189.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz189.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz189.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz189.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz189.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz189.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz189.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz189.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz189.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz189.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz189.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz189.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz189.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz189.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz189.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz189.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz189.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('k5c1', 0.0039354) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz189.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz189.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz189.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz189.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz189.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz189.txt [txz190] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz190.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz190.txt centroid = (0.5282483, -1.7174005) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz190.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz190.txt description = Blanco, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz190.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz190.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz190.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz190.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz190.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz190.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz190.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz190.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz190.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz190.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz190.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz190.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz190.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz190.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz190.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz190.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz190.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz190.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz190.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz190.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz190.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz190.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz190.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz190.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz190.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz190.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz190.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz190.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz190.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz190.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kdzb', 0.0046395) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz190.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz190.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz190.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz190.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz190.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz190.txt [txz191] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz191.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz191.txt centroid = (0.5246146, -1.7109655) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz191.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz191.txt description = Hays, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz191.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz191.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz191.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz191.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz191.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz191.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz191.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz191.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz191.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz191.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz191.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz191.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz191.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz191.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz191.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz191.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz191.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz191.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz191.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz191.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz191.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz191.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz191.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz191.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz191.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz191.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz191.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz191.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz191.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz191.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('khyi', 0.0038183) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz191.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz191.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz191.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz191.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz191.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz191.txt [txz192] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz192.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz192.txt centroid = (0.5294404, -1.7066161) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz192.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz192.txt description = Travis, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz192.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz192.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz192.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz192.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz192.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz192.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz192.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz192.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz192.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz192.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz192.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz192.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz192.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz192.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz192.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz192.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz192.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz192.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz192.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz192.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz192.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz192.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz192.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz192.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz192.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz192.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz192.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz192.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz192.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz192.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('katt', 0.0003895) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz192.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz192.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz192.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz192.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz192.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz192.txt [txz193] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz193.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz193.txt centroid = (0.5254069, -1.6984165) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz193.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz193.txt description = Bastrop, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz193.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz193.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz193.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz193.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz193.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz193.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz193.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz193.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz193.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz193.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz193.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz193.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz193.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz193.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz193.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz193.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz193.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz193.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz193.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz193.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz193.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz193.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz193.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz193.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz193.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz193.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz193.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz193.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz193.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz193.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kgyb', 0.0051417) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz193.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz193.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz193.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz193.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz193.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz193.txt [txz194] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz194.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz194.txt centroid = (0.5290215, -1.6923707) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz194.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz194.txt description = Lee, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz194.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz194.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz194.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz194.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz194.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz194.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz194.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz194.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz194.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz194.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz194.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz194.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz194.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz194.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz194.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz194.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz194.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz194.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz194.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz194.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz194.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz194.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz194.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz194.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz194.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz194.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz194.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz194.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz194.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz194.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kgyb', 0.0024796) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz194.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz194.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz194.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz194.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz194.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz194.txt [txz195] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz195.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz195.txt centroid = (0.5321928, -1.6863546) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz195.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz195.txt description = Burleson, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz195.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz195.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz195.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz195.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz195.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz195.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz195.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz195.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz195.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz195.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz195.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz195.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz195.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz195.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz195.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz195.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz195.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz195.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz195.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz195.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz195.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz195.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz195.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz195.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz195.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz195.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz195.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz195.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz195.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz195.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcll', 0.0041396) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz195.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz195.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz195.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz195.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz195.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz195.txt [txz196] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz196.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz196.txt centroid = (0.5351371, -1.6807922) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz196.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz196.txt description = Brazos, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz196.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz196.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz196.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz196.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz196.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz196.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz196.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz196.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz196.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz196.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz196.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz196.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz196.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz196.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz196.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz196.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz196.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz196.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz196.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz196.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz196.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz196.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz196.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz196.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz196.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz196.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz196.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz196.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz196.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz196.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcfd', 0.0010479) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz196.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz196.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz196.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz196.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz196.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz196.txt [txz197] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz197.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz197.txt centroid = (0.5273425, -1.6825602) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz197.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz197.txt description = Washington, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz197.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz197.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz197.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz197.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz197.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz197.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz197.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz197.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz197.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz197.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz197.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz197.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz197.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz197.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz197.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz197.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz197.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz197.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz197.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz197.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz197.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz197.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz197.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz197.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz197.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz197.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz197.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz197.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz197.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz197.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('k11r', 0.0004505) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz197.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz197.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz197.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz197.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz197.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz197.txt [txz198] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz198.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz198.txt centroid = (0.5330864, -1.6752630) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz198.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz198.txt description = Grimes, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz198.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz198.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz198.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz198.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz198.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz198.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz198.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz198.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz198.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz198.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz198.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz198.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz198.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz198.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz198.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz198.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz198.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz198.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz198.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz198.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz198.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz198.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz198.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz198.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz198.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz198.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz198.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz198.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz198.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz198.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcfd', 0.0060001) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz198.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz198.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz198.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz198.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz198.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz198.txt [txz199] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz199.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz199.txt centroid = (0.5288383, -1.6668418) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz199.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz199.txt description = Montgomery, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz199.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz199.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz199.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz199.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz199.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz199.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz199.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz199.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz199.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz199.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz199.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz199.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz199.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz199.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz199.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz199.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz199.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz199.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz199.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz199.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz199.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz199.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz199.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz199.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz199.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz199.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz199.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz199.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz199.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz199.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcxo', 0.0015643) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz199.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz199.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz199.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz199.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz199.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz199.txt [txz200] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz200.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz200.txt centroid = (0.5262447, -1.6547851) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz200.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz200.txt description = Liberty, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz200.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz200.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz200.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz200.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz200.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz200.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz200.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz200.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz200.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz200.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz200.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz200.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz200.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz200.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz200.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz200.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz200.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz200.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz200.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz200.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz200.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz200.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz200.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz200.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz200.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz200.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz200.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz200.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz200.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz200.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('k6r3', 0.0047034) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz200.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz200.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz200.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz200.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz200.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz200.txt [txz201] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz201.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz201.txt centroid = (0.5294003, -1.6474215) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz201.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz201.txt description = Hardin, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz201.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz201.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz201.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz201.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz201.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz201.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz201.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz201.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz201.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz201.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz201.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz201.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz201.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz201.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz201.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz201.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz201.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz201.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz201.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz201.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz201.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz201.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz201.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz201.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz201.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz201.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz201.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz201.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz201.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz201.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbmt', 0.0052510) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz201.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz201.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz201.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz201.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz201.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz201.txt [txz202] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz202.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz202.txt centroid = (0.5122576, -1.7526247) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz202.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz202.txt description = Kinney, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz202.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz202.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz202.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz202.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz202.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz202.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz202.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz202.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz202.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz202.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz202.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz202.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz202.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz202.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz202.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz202.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz202.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz202.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz202.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz202.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz202.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz202.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz202.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz202.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz202.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz202.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz202.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz202.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz202.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz202.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kdlf', 0.0041428) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz202.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz202.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz202.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz202.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz202.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz202.txt [txz203] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz203.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz203.txt centroid = (0.5123815, -1.7411789) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz203.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz203.txt description = Uvalde, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz203.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz203.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz203.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz203.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz203.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz203.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz203.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz203.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz203.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz203.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz203.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz203.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz203.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz203.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz203.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz203.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz203.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz203.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz203.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz203.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz203.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz203.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz203.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz203.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz203.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz203.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz203.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz203.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz203.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz203.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kuva', 0.0025676) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz203.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz203.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz203.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz203.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz203.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz203.txt [txz204] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz204.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz204.txt centroid = (0.5123536, -1.7297976) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz204.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz204.txt description = Medina, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz204.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz204.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz204.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz204.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz204.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz204.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz204.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz204.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz204.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz204.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz204.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz204.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz204.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz204.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz204.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz204.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz204.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz204.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz204.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz204.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz204.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz204.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz204.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz204.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz204.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz204.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz204.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz204.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz204.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz204.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('khdo', 0.0008815) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz204.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz204.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz204.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz204.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz204.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz204.txt [txz205] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz205.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz205.txt centroid = (0.5139838, -1.7194966) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz205.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz205.txt description = Bexar, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz205.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz205.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz205.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz205.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz205.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz205.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz205.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz205.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz205.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz205.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz205.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz205.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz205.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz205.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz205.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz205.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz205.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz205.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz205.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz205.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz205.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz205.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz205.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz205.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz205.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz205.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz205.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz205.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz205.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz205.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kskf', 0.0014992) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz205.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz205.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz205.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz205.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz205.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz205.txt [txz206] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz206.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz206.txt centroid = (0.5202512, -1.7152782) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz206.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz206.txt description = Comal, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz206.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz206.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz206.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz206.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz206.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz206.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz206.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz206.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz206.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz206.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz206.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz206.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz206.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz206.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz206.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz206.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz206.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz206.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz206.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz206.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz206.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz206.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz206.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz206.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz206.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz206.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz206.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz206.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz206.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz206.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbaz', 0.0038087) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz206.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz206.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz206.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz206.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz206.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz206.txt [txz207] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz207.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz207.txt centroid = (0.5163225, -1.7095221) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz207.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz207.txt description = Guadalupe, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz207.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz207.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz207.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz207.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz207.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz207.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz207.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz207.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz207.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz207.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz207.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz207.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz207.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz207.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz207.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz207.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz207.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz207.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz207.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz207.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz207.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz207.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz207.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz207.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz207.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz207.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz207.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz207.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz207.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz207.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbaz', 0.0027945) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz207.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz207.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz207.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz207.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz207.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz207.txt [txz208] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz208.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz208.txt centroid = (0.5207574, -1.7037904) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz208.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz208.txt description = Caldwell, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz208.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz208.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz208.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz208.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz208.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz208.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz208.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz208.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz208.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz208.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz208.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz208.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz208.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz208.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz208.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz208.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz208.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz208.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz208.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz208.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz208.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz208.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz208.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz208.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz208.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz208.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz208.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz208.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz208.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz208.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('khyi', 0.0038326) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz208.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz208.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz208.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz208.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz208.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz208.txt [txz209] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz209.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz209.txt centroid = (0.5214485, -1.6915696) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz209.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz209.txt description = Fayette, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz209.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz209.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz209.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz209.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz209.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz209.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz209.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz209.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz209.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz209.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz209.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz209.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz209.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz209.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz209.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz209.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz209.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz209.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz209.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz209.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz209.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz209.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz209.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz209.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz209.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz209.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz209.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz209.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz209.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz209.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('k3t5', 0.0007116) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz209.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz209.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz209.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz209.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz209.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz209.txt [txz210] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz210.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz210.txt centroid = (0.5169805, -1.6847017) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz210.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz210.txt description = Colorado, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz210.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz210.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz210.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz210.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz210.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz210.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz210.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz210.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz210.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz210.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz210.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz210.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz210.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz210.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz210.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz210.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz210.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz210.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz210.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz210.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz210.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz210.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz210.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz210.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz210.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz210.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz210.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz210.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz210.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz210.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('k66r', 0.0003880) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz210.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz210.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz210.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz210.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz210.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz210.txt [txz211] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz211.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz211.txt centroid = (0.5216266, -1.6803681) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz211.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz211.txt description = Austin, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz211.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz211.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz211.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz211.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz211.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz211.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz211.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz211.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz211.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz211.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz211.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz211.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz211.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz211.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz211.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz211.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz211.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz211.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz211.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz211.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz211.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz211.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz211.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz211.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz211.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz211.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz211.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz211.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz211.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz211.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kela', 0.0050435) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz211.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz211.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz211.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz211.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz211.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz211.txt [txz212] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz212.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz212.txt centroid = (0.5237925, -1.6753014) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz212.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz212.txt description = Waller, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz212.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz212.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz212.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz212.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz212.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz212.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz212.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz212.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz212.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz212.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz212.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz212.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz212.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz212.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz212.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz212.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz212.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz212.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz212.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz212.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz212.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz212.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz212.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz212.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz212.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz212.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz212.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz212.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz212.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz212.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ktme', 0.0037523) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz212.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz212.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz212.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz212.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz212.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz212.txt [txz213] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz213.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz213.txt centroid = (0.5211082, -1.6649097) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz213.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz213.txt description = Harris, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz213.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz213.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz213.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz213.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz213.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz213.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz213.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz213.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz213.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz213.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz213.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz213.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz213.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz213.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz213.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz213.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz213.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz213.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz213.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz213.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz213.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz213.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz213.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz213.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz213.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz213.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz213.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz213.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz213.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz213.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kiah', 0.0025206) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz213.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz213.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz213.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz213.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz213.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz213.txt [txz214] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz214.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz214.txt centroid = (0.5190400, -1.6512211) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz214.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz214.txt description = Chambers, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz214.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz214.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz214.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz214.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz214.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz214.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz214.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz214.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz214.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz214.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz214.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz214.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz214.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz214.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz214.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz214.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz214.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz214.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz214.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz214.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz214.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz214.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz214.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz214.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz214.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz214.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz214.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz214.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz214.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz214.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbmt', 0.0082386) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz214.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz214.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz214.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz214.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz214.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz214.txt [txz215] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz215.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz215.txt centroid = (0.5215707, -1.6436150) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz215.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz215.txt description = Jefferson, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz215.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz215.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz215.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz215.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz215.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz215.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz215.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz215.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz215.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz215.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz215.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz215.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz215.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz215.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz215.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz215.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz215.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz215.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz215.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz215.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz215.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz215.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz215.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz215.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz215.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz215.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz215.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz215.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz215.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz215.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbmt', 0.0033292) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz215.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz215.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz215.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz215.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz215.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz215.txt [txz216] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz216.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz216.txt centroid = (0.5258345, -1.6388031) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz216.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz216.txt description = Orange, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz216.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz216.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz216.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz216.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz216.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz216.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz216.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz216.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz216.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz216.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz216.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz216.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz216.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz216.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz216.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz216.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz216.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz216.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz216.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz216.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz216.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz216.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz216.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz216.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz216.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz216.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz216.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz216.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz216.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz216.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('korg', 0.0017393) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz216.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz216.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz216.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz216.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz216.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz216.txt [txz217] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz217.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz217.txt centroid = (0.5016530, -1.7508183) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz217.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz217.txt description = Maverick, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz217.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz217.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz217.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz217.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz217.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz217.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz217.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz217.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz217.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz217.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz217.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz217.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz217.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz217.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz217.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz217.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz217.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz217.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz217.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz217.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz217.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz217.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz217.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz217.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz217.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz217.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz217.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz217.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz217.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz217.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('mmpg', 0.0031824) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz217.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz217.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz217.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz217.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz217.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz217.txt [txz218] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz218.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz218.txt centroid = (0.5038102, -1.7411509) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz218.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz218.txt description = Zavala, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz218.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz218.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz218.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz218.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz218.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz218.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz218.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz218.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz218.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz218.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz218.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz218.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz218.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz218.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz218.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz218.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz218.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz218.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz218.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz218.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz218.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz218.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz218.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz218.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz218.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz218.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz218.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz218.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz218.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz218.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kuva', 0.0060256) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz218.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz218.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz218.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz218.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz218.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz218.txt [txz219] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz219.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz219.txt centroid = (0.5038382, -1.7297662) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz219.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz219.txt description = Frio, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz219.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz219.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz219.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz219.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz219.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz219.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz219.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz219.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz219.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz219.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz219.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz219.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz219.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz219.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz219.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz219.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz219.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz219.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz219.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz219.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz219.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz219.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz219.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz219.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz219.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz219.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz219.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz219.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz219.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz219.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcot', 0.0074785) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz219.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz219.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz219.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz219.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz219.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz219.txt [txz220] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz220.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz220.txt centroid = (0.5042378, -1.7196363) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz220.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz220.txt description = Atascosa, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz220.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz220.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz220.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz220.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz220.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz220.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz220.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz220.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz220.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz220.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz220.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz220.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz220.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz220.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz220.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz220.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz220.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz220.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz220.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz220.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz220.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz220.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz220.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz220.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz220.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz220.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz220.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz220.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz220.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz220.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kpez', 0.0010420) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz220.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz220.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz220.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz220.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz220.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz220.txt [txz221] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz221.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz221.txt centroid = (0.5091841, -1.7119341) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz221.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz221.txt description = Wilson, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz221.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz221.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz221.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz221.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz221.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz221.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz221.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz221.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz221.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz221.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz221.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz221.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz221.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz221.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz221.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz221.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz221.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz221.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz221.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz221.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz221.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz221.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz221.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz221.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz221.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz221.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz221.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz221.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz221.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz221.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kssf', 0.0064201) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz221.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz221.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz221.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz221.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz221.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz221.txt [txz222] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz222.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz222.txt centroid = (0.5044996, -1.7079687) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz222.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz222.txt description = Karnes, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz222.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz222.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz222.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz222.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz222.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz222.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz222.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz222.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz222.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz222.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz222.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz222.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz222.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz222.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz222.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz222.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz222.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz222.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz222.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz222.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz222.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz222.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz222.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz222.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz222.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz222.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz222.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz222.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz222.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz222.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('knog', 0.0080257) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz222.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz222.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz222.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz222.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz222.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz222.txt [txz223] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz223.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz223.txt centroid = (0.5141164, -1.7015651) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz223.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz223.txt description = Gonzales, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz223.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz223.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz223.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz223.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz223.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz223.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz223.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz223.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz223.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz223.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz223.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz223.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz223.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz223.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz223.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz223.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz223.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz223.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz223.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz223.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz223.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz223.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz223.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz223.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz223.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz223.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz223.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz223.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz223.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz223.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kt20', 0.0013343) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz223.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz223.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz223.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz223.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz223.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz223.txt [txz224] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz224.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz224.txt centroid = (0.5075784, -1.6991967) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz224.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz224.txt description = DeWitt, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz224.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz224.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz224.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz224.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz224.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz224.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz224.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz224.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz224.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz224.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz224.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz224.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz224.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz224.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz224.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz224.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz224.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz224.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz224.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz224.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz224.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz224.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz224.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz224.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz224.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz224.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz224.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz224.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz224.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz224.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kvct', 0.0074796) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz224.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz224.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz224.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz224.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz224.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz224.txt [txz225] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz225.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz225.txt centroid = (0.5128528, -1.6917511) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz225.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz225.txt description = Lavaca, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz225.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz225.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz225.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz225.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz225.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz225.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz225.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz225.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz225.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz225.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz225.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz225.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz225.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz225.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz225.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz225.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz225.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz225.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz225.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz225.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz225.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz225.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz225.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz225.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz225.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz225.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz225.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz225.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz225.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz225.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('k66r', 0.0077265) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz225.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz225.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz225.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz225.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz225.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz225.txt [txz226] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz226.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz226.txt centroid = (0.5109958, -1.6793925) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz226.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz226.txt description = Wharton, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz226.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz226.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz226.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz226.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz226.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz226.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz226.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz226.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz226.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz226.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz226.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz226.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz226.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz226.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz226.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz226.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz226.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz226.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz226.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz226.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz226.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz226.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz226.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz226.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz226.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz226.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz226.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz226.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz226.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz226.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('karm', 0.0011142) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz226.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz226.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz226.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz226.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz226.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz226.txt [txz227] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz227.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz227.txt centroid = (0.5153503, -1.6715140) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz227.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz227.txt description = Fort Bend, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz227.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz227.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz227.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz227.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz227.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz227.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz227.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz227.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz227.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz227.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz227.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz227.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz227.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz227.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz227.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz227.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz227.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz227.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz227.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz227.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz227.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz227.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz227.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz227.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz227.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz227.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz227.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz227.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz227.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz227.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('ksgr', 0.0024051) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz227.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz227.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz227.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz227.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz227.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz227.txt [txz228] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz228.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz228.txt centroid = (0.4960662, -1.7410829) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz228.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz228.txt description = Dimmit, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz228.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz228.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz228.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz228.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz228.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz228.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz228.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz228.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz228.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz228.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz228.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz228.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz228.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz228.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz228.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz228.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz228.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz228.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz228.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz228.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz228.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz228.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz228.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz228.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz228.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz228.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz228.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz228.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz228.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz228.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kczt', 0.0020213) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz228.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz228.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz228.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz228.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz228.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz228.txt [txz229] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz229.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz229.txt centroid = (0.4947153, -1.7296161) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz229.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz229.txt description = La Salle, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz229.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz229.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz229.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz229.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz229.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz229.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz229.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz229.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz229.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz229.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz229.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz229.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz229.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz229.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz229.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz229.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz229.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz229.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz229.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz229.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz229.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz229.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz229.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz229.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz229.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz229.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz229.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz229.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz229.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz229.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcot', 0.0025646) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz229.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz229.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz229.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz229.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz229.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz229.txt [txz230] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz230.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz230.txt centroid = (0.4947851, -1.7203274) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz230.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz230.txt description = McMullen, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz230.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz230.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz230.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz230.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz230.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz230.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz230.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz230.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz230.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz230.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz230.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz230.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz230.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz230.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz230.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz230.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz230.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz230.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz230.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz230.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz230.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz230.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz230.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz230.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz230.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz230.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz230.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz230.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz230.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz230.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('knog', 0.0080370) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz230.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz230.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz230.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz230.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz230.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz230.txt [txz231] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz231.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz231.txt centroid = (0.4948253, -1.7126008) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz231.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz231.txt description = Live Oak, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz231.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz231.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz231.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz231.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz231.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz231.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz231.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz231.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz231.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz231.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz231.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz231.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz231.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz231.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz231.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz231.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz231.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz231.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz231.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz231.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz231.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz231.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz231.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz231.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz231.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz231.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz231.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz231.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz231.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz231.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('knog', 0.0024695) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz231.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz231.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz231.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz231.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz231.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz231.txt [txz232] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz232.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz232.txt centroid = (0.4959772, -1.7059058) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz232.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz232.txt description = Bee, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz232.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz232.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz232.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz232.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz232.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz232.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz232.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz232.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz232.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz232.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz232.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz232.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz232.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz232.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz232.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz232.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz232.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz232.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz232.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz232.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz232.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz232.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz232.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz232.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz232.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz232.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz232.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz232.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz232.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz232.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbea', 0.0012510) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz232.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz232.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz232.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz232.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz232.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz232.txt [txz233] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz233.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz233.txt centroid = (0.5001607, -1.7004115) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz233.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz233.txt description = Goliad, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz233.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz233.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz233.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz233.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz233.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz233.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz233.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz233.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz233.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz233.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz233.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz233.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz233.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz233.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz233.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz233.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz233.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz233.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz233.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz233.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz233.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz233.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz233.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz233.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz233.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz233.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz233.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz233.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz233.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz233.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbea', 0.0076148) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz233.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz233.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz233.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz233.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz233.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz233.txt [txz234] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz234.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz234.txt centroid = (0.5025920, -1.6924702) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz234.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz234.txt description = Victoria, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz234.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz234.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz234.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz234.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz234.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz234.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz234.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz234.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz234.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz234.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz234.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz234.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz234.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz234.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz234.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz234.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz234.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz234.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz234.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz234.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz234.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz234.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz234.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz234.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz234.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz234.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz234.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz234.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz234.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz234.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kvct', 0.0013575) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz234.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz234.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz234.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz234.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz234.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz234.txt [txz235] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz235.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz235.txt centroid = (0.5053723, -1.6856163) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz235.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz235.txt description = Jackson, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz235.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz235.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz235.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz235.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz235.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz235.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz235.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz235.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz235.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz235.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz235.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz235.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz235.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz235.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz235.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz235.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz235.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz235.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz235.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz235.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz235.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz235.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz235.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz235.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz235.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz235.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz235.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz235.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz235.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz235.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kpkv', 0.0054955) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz235.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz235.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz235.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz235.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz235.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz235.txt [txz236] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz236.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz236.txt centroid = (0.5038085, -1.6752595) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz236.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz236.txt description = Matagorda, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz236.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz236.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz236.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz236.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz236.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz236.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz236.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz236.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz236.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz236.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz236.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz236.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz236.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz236.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz236.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz236.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz236.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz236.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz236.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz236.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz236.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz236.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz236.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz236.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz236.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz236.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz236.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz236.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz236.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz236.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbyy', 0.0026375) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz236.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz236.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz236.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz236.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz236.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz236.txt [txz237] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz237.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz237.txt centroid = (0.5094843, -1.6660058) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz237.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz237.txt description = Brazoria, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz237.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz237.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz237.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz237.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz237.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz237.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz237.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz237.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz237.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz237.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz237.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz237.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz237.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz237.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz237.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz237.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz237.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz237.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz237.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz237.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz237.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz237.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz237.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz237.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz237.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz237.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz237.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz237.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz237.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz237.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klbx', 0.0013145) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz237.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz237.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz237.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz237.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz237.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz237.txt [txz238] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz238.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz238.txt centroid = (0.5130238, -1.6574502) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz238.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz238.txt description = Galveston, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz238.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz238.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz238.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz238.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz238.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz238.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz238.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz238.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz238.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz238.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz238.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz238.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz238.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz238.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz238.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz238.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz238.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz238.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz238.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz238.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz238.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz238.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz238.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz238.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz238.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz238.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz238.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz238.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz238.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz238.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kgls', 0.0026797) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz238.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz238.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz238.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz238.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz238.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz238.txt [txz239] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz239.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz239.txt centroid = (0.4845226, -1.7336635) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz239.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz239.txt description = Webb, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz239.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz239.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz239.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz239.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz239.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz239.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz239.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz239.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz239.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz239.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz239.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz239.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz239.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz239.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz239.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz239.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz239.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz239.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz239.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz239.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz239.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz239.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz239.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz239.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz239.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz239.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz239.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz239.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz239.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz239.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('klrd', 0.0042936) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz239.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz239.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz239.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz239.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz239.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz239.txt [txz240] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz240.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz240.txt centroid = (0.4831298, -1.7193046) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz240.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz240.txt description = Duval, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz240.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz240.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz240.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz240.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz240.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz240.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz240.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz240.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz240.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz240.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz240.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz240.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz240.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz240.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz240.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz240.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz240.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz240.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz240.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz240.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz240.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz240.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz240.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz240.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz240.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz240.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz240.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz240.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz240.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz240.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('knqi', 0.0036144) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz240.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz240.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz240.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz240.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz240.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz240.txt [txz241] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz241.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz241.txt centroid = (0.4839973, -1.7119970) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz241.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz241.txt description = Jim Wells, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz241.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz241.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz241.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz241.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz241.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz241.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz241.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz241.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz241.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz241.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz241.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz241.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz241.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz241.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz241.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz241.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz241.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz241.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz241.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz241.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz241.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz241.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz241.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz241.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz241.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz241.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz241.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz241.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz241.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz241.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kali', 0.0011367) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz241.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz241.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz241.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz241.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz241.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz241.txt [txz242] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz242.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz242.txt centroid = (0.4788101, -1.7057853) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz242.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz242.txt description = Kleberg, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz242.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz242.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz242.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz242.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz242.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz242.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz242.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz242.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz242.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz242.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz242.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz242.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz242.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz242.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz242.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz242.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz242.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz242.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz242.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz242.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz242.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz242.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz242.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz242.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz242.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz242.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz242.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz242.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz242.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz242.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kikg', 0.0050263) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz242.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz242.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz242.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz242.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz242.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz242.txt [txz243] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz243.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz243.txt centroid = (0.4838698, -1.7039161) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz243.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz243.txt description = Nueces, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz243.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz243.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz243.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz243.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz243.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz243.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz243.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz243.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz243.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz243.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz243.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz243.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz243.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz243.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz243.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz243.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz243.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz243.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz243.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz243.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz243.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz243.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz243.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz243.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz243.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz243.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz243.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz243.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz243.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz243.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('krbo', 0.0013633) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz243.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz243.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz243.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz243.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz243.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz243.txt [txz244] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz244.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz244.txt centroid = (0.4888580, -1.7020241) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz244.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz244.txt description = San Patricio, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz244.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz244.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz244.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz244.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz244.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz244.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz244.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz244.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz244.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz244.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz244.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz244.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz244.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz244.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz244.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz244.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz244.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz244.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz244.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz244.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz244.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz244.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz244.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz244.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz244.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz244.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz244.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz244.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz244.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz244.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kcrp', 0.0042384) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz244.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz244.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz244.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz244.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz244.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz244.txt [txz245] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz245.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz245.txt centroid = (0.4910676, -1.6929100) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz245.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz245.txt description = Aransas, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz245.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz245.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz245.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz245.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz245.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz245.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz245.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz245.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz245.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz245.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz245.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz245.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz245.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz245.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz245.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz245.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz245.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz245.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz245.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz245.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz245.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz245.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz245.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz245.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz245.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz245.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz245.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz245.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz245.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz245.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('krkp', 0.0012345) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz245.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz245.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz245.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz245.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz245.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz245.txt [txz246] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz246.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz246.txt centroid = (0.4943977, -1.6958574) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz246.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz246.txt description = Refugio, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz246.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz246.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz246.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz246.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz246.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz246.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz246.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz246.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz246.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz246.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz246.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz246.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz246.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz246.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz246.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz246.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz246.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz246.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz246.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz246.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz246.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz246.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz246.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz246.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz246.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz246.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz246.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz246.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz246.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz246.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('krkp', 0.0046072) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz246.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz246.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz246.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz246.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz246.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz246.txt [txz247] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz247.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz247.txt centroid = (0.4972600, -1.6868520) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz247.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz247.txt description = Calhoun, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz247.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz247.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz247.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz247.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz247.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz247.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz247.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz247.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz247.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz247.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz247.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz247.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz247.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz247.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz247.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz247.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz247.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz247.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz247.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz247.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz247.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz247.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz247.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz247.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz247.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz247.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz247.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz247.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz247.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz247.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kpkv', 0.0028857) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz247.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz247.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz247.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz247.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz247.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz247.txt [txz248] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz248.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz248.txt centroid = (0.4712529, -1.7308186) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz248.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz248.txt description = Zapata, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz248.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz248.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz248.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz248.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz248.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz248.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz248.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz248.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz248.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz248.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz248.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz248.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz248.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz248.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz248.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz248.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz248.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz248.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz248.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz248.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz248.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz248.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz248.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz248.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz248.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz248.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz248.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz248.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz248.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz248.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kapy', 0.0013754) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz248.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz248.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz248.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz248.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz248.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz248.txt [txz249] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz249.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz249.txt centroid = (0.4719964, -1.7225928) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz249.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz249.txt description = Jim Hogg, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz249.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz249.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz249.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz249.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz249.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz249.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz249.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz249.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz249.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz249.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz249.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz249.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz249.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz249.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz249.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz249.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz249.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz249.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz249.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz249.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz249.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz249.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz249.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz249.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz249.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz249.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz249.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz249.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz249.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz249.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('khbv', 0.0050911) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz249.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz249.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz249.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz249.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz249.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz249.txt [txz250] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz250.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz250.txt centroid = (0.4717904, -1.7142397) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz250.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz250.txt description = Brooks, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz250.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz250.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz250.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz250.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz250.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz250.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz250.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz250.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz250.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz250.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz250.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz250.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz250.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz250.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz250.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz250.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz250.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz250.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz250.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz250.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz250.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz250.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz250.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz250.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz250.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz250.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz250.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz250.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz250.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz250.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbks', 0.0034109) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz250.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz250.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz250.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz250.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz250.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz250.txt [txz251] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz251.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz251.txt centroid = (0.4699474, -1.7054624) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz251.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz251.txt description = Kenedy, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz251.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz251.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz251.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz251.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz251.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz251.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz251.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz251.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz251.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz251.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz251.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz251.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz251.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz251.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz251.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz251.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz251.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz251.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz251.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz251.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz251.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz251.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz251.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz251.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz251.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz251.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz251.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz251.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz251.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz251.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kbks', 0.0079798) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz251.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz251.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz251.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz251.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz251.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz251.txt [txz252] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz252.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz252.txt centroid = (0.4635961, -1.7233102) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz252.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz252.txt description = Starr, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz252.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz252.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz252.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz252.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz252.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz252.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz252.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz252.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz252.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz252.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz252.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz252.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz252.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz252.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz252.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz252.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz252.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz252.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz252.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz252.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz252.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz252.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz252.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz252.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz252.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz252.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz252.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz252.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz252.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz252.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kebg', 0.0097399) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz252.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz252.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz252.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz252.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz252.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz252.txt [txz253] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz253.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz253.txt centroid = (0.4607111, -1.7135835) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz253.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz253.txt description = Hidalgo, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz253.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz253.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz253.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz253.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz253.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz253.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz253.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz253.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz253.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz253.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz253.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz253.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz253.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz253.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz253.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz253.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz253.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz253.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz253.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz253.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz253.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz253.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz253.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz253.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz253.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz253.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz253.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz253.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz253.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz253.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kebg', 0.0011281) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz253.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz253.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz253.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz253.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz253.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz253.txt [txz254] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz254.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz254.txt centroid = (0.4619276, -1.7055131) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz254.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz254.txt description = Inland Willacy, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz254.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz254.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz254.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz254.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz254.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz254.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz254.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz254.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz254.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz254.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz254.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz254.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz254.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz254.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz254.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz254.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz254.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz254.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz254.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz254.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz254.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz254.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz254.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz254.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz254.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz254.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz254.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz254.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz254.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz254.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('khrl', 0.0044909) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz254.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz254.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz254.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz254.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz254.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz254.txt [txz255] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz255.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz255.txt centroid = (0.4558835, -1.7030801) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz255.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz255.txt description = Inland Cameron, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz255.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz255.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz255.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz255.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz255.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz255.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz255.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz255.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz255.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz255.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz255.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz255.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz255.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz255.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz255.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz255.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz255.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz255.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz255.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz255.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz255.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz255.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz255.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz255.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz255.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz255.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz255.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz255.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz255.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz255.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('khrl', 0.0020152) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz255.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz255.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz255.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz255.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz255.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz255.txt [txz256] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz256.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz256.txt centroid = (0.4622574, -1.7008286) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz256.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz256.txt description = Coastal Willacy, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz256.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz256.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz256.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz256.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz256.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz256.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz256.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz256.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz256.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz256.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz256.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz256.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz256.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz256.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz256.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz256.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz256.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz256.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz256.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz256.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz256.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz256.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz256.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz256.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz256.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz256.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz256.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz256.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz256.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz256.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('khrl', 0.0056350) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz256.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz256.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz256.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz256.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz256.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz256.txt [txz257] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz257.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz257.txt centroid = (0.4567055, -1.6984584) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz257.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz257.txt description = Coastal Cameron, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz257.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz257.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz257.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz257.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz257.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz257.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz257.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz257.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz257.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz257.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz257.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz257.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz257.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz257.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz257.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz257.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz257.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz257.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz257.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz257.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz257.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz257.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz257.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz257.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz257.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz257.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz257.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz257.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz257.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz257.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kpil', 0.0002952) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz257.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz257.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz257.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz257.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz257.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz257.txt [txz258] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/tx/txz258.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/tx/txz258.txt centroid = (0.5567635, -1.8274330) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/tx/txz258.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/tx/txz258.txt description = Guadalupe Mountains, TX -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/tx/txz258.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/tx/txz258.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/tx/txz258.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/tx/txz258.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/tx/txz258.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/tx/txz258.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/tx/txz258.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/tx/txz258.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/tx.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/tx/txz258.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/tx/txz258.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/tx/txz258.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/tx/txz258.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/tx/txz258.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/tx/txz258.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/tx/txz258.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/tx.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/tx/txz258.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/tx/txz258.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/tx/txz258.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/tx/txz258.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/tx/txz258.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/tx/txz258.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/tx/txz258.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/tx/txz258.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/tx.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/tx/txz258.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/tx/txz258.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/tx/txz258.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/tx/txz258.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/tx/txz258.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/tx/txz258.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/tx/txz258.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/tx.txt station = ('kgdp', 0.0020350) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/tx/txz258.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/tx/txz258.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/tx/txz258.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/tx/txz258.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/tx/txz258.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz258.txt [txz259] centroid = (0.5386802, -1.6412047) @@ -81788,706 +81788,706 @@ description = Unknown zone in TX zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/tx/txz424.txt [utz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz001.txt centroid = (0.7294900, -1.9531229) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz001.txt description = Cache Valley/Utah Portion, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('klgu', 0.0007614) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz001.txt [utz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz002.txt centroid = (0.7211159, -1.9581250) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz002.txt description = Northern Wasatch Front, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kogd', 0.0030778) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz002.txt [utz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz003.txt centroid = (0.7069142, -1.9588650) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz003.txt description = Salt Lake and Tooele Valleys, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('ktvy', 0.0024519) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz003.txt [utz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz004.txt centroid = (0.6999015, -1.9529292) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz004.txt description = Southern Wasatch Front, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kpvu', 0.0031113) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz004.txt [utz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz005.txt centroid = (0.7148345, -1.9759518) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz005.txt description = Great Salt Lake Desert and Mountains, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('ku16', 0.0025269) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz005.txt [utz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz006.txt centroid = (0.7125376, -1.9464959) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz006.txt description = Wasatch Mountain Valleys, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('k36u', 0.0061308) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz006.txt [utz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz007.txt centroid = (0.7234896, -1.9458955) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz007.txt description = Wasatch Mountains I-80 North, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kevw', 0.0068267) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz007.txt [utz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz008.txt centroid = (0.7018562, -1.9479445) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz008.txt description = Wasatch Mountains South of I-80, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kpvu', 0.0014361) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz008.txt [utz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz009.txt centroid = (0.7102286, -1.9326223) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz009.txt description = Western Uinta Mountains, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('k36u', 0.0099559) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz009.txt [utz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz010.txt centroid = (0.6947109, -1.9331284) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz010.txt description = Wasatch Plateau/Book Cliffs, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kpuc', 0.0032724) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz010.txt [utz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz011.txt centroid = (0.7024182, -1.9254263) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz011.txt description = Western Uinta Basin, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('k74v', 0.0036086) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz011.txt [utz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz012.txt centroid = (0.6868132, -1.9349471) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz012.txt description = Castle Country, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kpuc', 0.0048774) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz012.txt [utz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz013.txt centroid = (0.6725155, -1.9311038) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz013.txt description = San Rafael Swell, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('khve', 0.0021559) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz013.txt [utz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz014.txt centroid = (0.6845810, -1.9524178) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz014.txt description = Sanpete/Sevier Valleys, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kdta', 0.0090988) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz014.txt [utz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz015.txt centroid = (0.6856474, -1.9745224) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz015.txt description = West Central Utah, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kdta', 0.0085898) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz015.txt [utz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz016.txt centroid = (0.6649862, -1.9802192) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz016.txt description = Southwest Utah, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kmlf', 0.0081846) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz016.txt [utz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz019.txt centroid = (0.6487371, -1.9817830) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz019.txt description = Utah's Dixie and Zion National Park, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('ksgu', 0.0016764) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz019.txt [utz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz020.txt centroid = (0.6520690, -1.9516673) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz020.txt description = South Central Utah, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kbce', 0.0074579) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz020.txt [utz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz021.txt centroid = (0.6516920, -1.9343781) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz021.txt description = Glen Canyon Recreation Area/Lake Powell, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kpga', 0.0111440) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz021.txt [utz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz022.txt centroid = (0.6505348, -1.9137832) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz022.txt description = Southeast Utah, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kbdg', 0.0058645) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz022.txt [utz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz023.txt centroid = (0.7115306, -1.9112071) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz023.txt description = Eastern Uinta Mountains, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kvel', 0.0058361) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz023.txt [utz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz024.txt centroid = (0.7018876, -1.9117988) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz024.txt description = Eastern Uinta Basin, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kvel', 0.0038406) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz024.txt [utz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz025.txt centroid = (0.6891450, -1.9123503) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz025.txt description = Tavaputs Plateau, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kcny', 0.0127747) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz025.txt [utz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz027.txt centroid = (0.6782035, -1.9121705) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz027.txt description = Arches/Grand Flat, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kcny', 0.0030460) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz027.txt [utz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz028.txt centroid = (0.6640454, -1.9091040) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz028.txt description = La Sal and Abajo Mountains, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kbdg', 0.0082584) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz028.txt [utz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/ut/utz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/ut/utz029.txt centroid = (0.6605059, -1.9199791) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/ut/utz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/ut/utz029.txt description = Canyonlands/Natural Bridges, UT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/ut/utz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/ut/utz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/ut/utz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/ut/utz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/ut/utz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/ut/utz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/ut/utz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/ut/utz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/ut.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/ut/utz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/ut/utz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/ut/utz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/ut/utz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/ut/utz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/ut/utz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/ut/utz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/ut.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/ut/utz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/ut/utz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/ut/utz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/ut/utz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/ut/utz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/ut/utz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/ut/utz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/ut/utz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/ut.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/ut/utz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/ut/utz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/ut/utz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/ut/utz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/ut/utz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/ut/utz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/ut/utz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/ut.txt station = ('kbdg', 0.0086109) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/ut/utz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/ut/utz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/ut/utz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/ut/utz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/ut/utz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz029.txt [utz517] centroid = (0.6802159, -1.9507388) @@ -82502,2380 +82502,2380 @@ station = ('kbce', 0.0046314) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/ut/utz518.txt [vaz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz001.txt centroid = (0.6406318, -1.4508660) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz001.txt description = Lee, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('k0vg', 0.0015405) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz001.txt [vaz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz002.txt centroid = (0.6453268, -1.4420137) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz002.txt description = Wise, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('klnp', 0.0012361) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz002.txt [vaz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz003.txt centroid = (0.6479674, -1.4372839) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz003.txt description = Dickenson, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('klnp', 0.0035612) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz003.txt [vaz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz004.txt centroid = (0.6504249, -1.4317983) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz004.txt description = Buchanan, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kjfz', 0.0048761) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz004.txt [vaz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz005.txt centroid = (0.6407837, -1.4416943) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz005.txt description = Scott, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('klnp', 0.0047970) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz005.txt [vaz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz006.txt centroid = (0.6446164, -1.4328385) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz006.txt description = Russell, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kvji', 0.0044572) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz006.txt [vaz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz007.txt centroid = (0.6479535, -1.4235010) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz007.txt description = Tazewell, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kjfz', 0.0035207) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz007.txt [vaz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz008.txt centroid = (0.6409216, -1.4305452) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz008.txt description = Washington, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kvji', 0.0011805) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz008.txt [vaz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz009.txt centroid = (0.6430474, -1.4230891) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz009.txt description = Smyth, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kmkj', 0.0027885) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz009.txt [vaz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz010.txt centroid = (0.6481106, -1.4159891) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz010.txt description = Bland, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kblf', 0.0030554) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz010.txt [vaz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz011.txt centroid = (0.6512539, -1.4085453) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz011.txt description = Giles, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kpsk', 0.0031676) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz011.txt [vaz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz012.txt centroid = (0.6443249, -1.4150885) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz012.txt description = Wythe, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kmkj', 0.0037993) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz012.txt [vaz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz013.txt centroid = (0.6469133, -1.4086483) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz013.txt description = Pulaski, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kpsk', 0.0012408) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz013.txt [vaz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz014.txt centroid = (0.6488087, -1.4030161) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz014.txt description = Montgomery, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kbcb', 0.0008519) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz014.txt [vaz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz015.txt centroid = (0.6397784, -1.4176437) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz015.txt description = Grayson, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kmkj', 0.0045935) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz015.txt [vaz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz016.txt centroid = (0.6410664, -1.4091265) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz016.txt description = Carroll, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('khlx', 0.0012814) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz016.txt [vaz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz017.txt centroid = (0.6445763, -1.4025920) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz017.txt description = Floyd, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kbcb', 0.0050337) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz017.txt [vaz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz018.txt centroid = (0.6541721, -1.3999687) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz018.txt description = Craig, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kroa', 0.0044560) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz018.txt [vaz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz019.txt centroid = (0.6595163, -1.3963803) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz019.txt description = Alleghany, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('khsp', 0.0037080) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz019.txt [vaz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz020.txt centroid = (0.6642496, -1.3917447) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz020.txt description = Bath, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('khsp', 0.0022822) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz020.txt [vaz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz022.txt centroid = (0.6505086, -1.3971710) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz022.txt description = Roanoke, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kroa', 0.0014241) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz022.txt [vaz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz023.txt centroid = (0.6554951, -1.3929874) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz023.txt description = Botetourt, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kroa', 0.0047102) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz023.txt [vaz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz024.txt centroid = (0.6599718, -1.3866030) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz024.txt description = Rockbridge, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('khsp', 0.0058364) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz024.txt [vaz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz025.txt centroid = (0.6660700, -1.3810598) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz025.txt description = Augusta, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kw13', 0.0029455) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz025.txt [vaz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz026.txt centroid = (0.6721368, -1.3766407) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz026.txt description = Rockingham, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kvbw', 0.0027646) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz026.txt [vaz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz027.txt centroid = (0.6782088, -1.3713122) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz027.txt description = Shenandoah, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('klua', 0.0034787) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz027.txt [vaz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz028.txt centroid = (0.6842371, -1.3659051) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz028.txt description = Frederick, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kokv', 0.0017675) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz028.txt [vaz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz029.txt centroid = (0.6740462, -1.3698060) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz029.txt description = Page, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('klua', 0.0008466) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz029.txt [vaz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz030.txt centroid = (0.6790849, -1.3649731) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz030.txt description = Warren, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kfrr', 0.0006476) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz030.txt [vaz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz031.txt centroid = (0.6826367, -1.3612975) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz031.txt description = Clarke, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kokv', 0.0021791) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz031.txt [vaz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz032.txt centroid = (0.6401588, -1.4012254) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz032.txt description = Patrick, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kmtv', 0.0038290) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz032.txt [vaz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz033.txt centroid = (0.6456322, -1.3941865) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz033.txt description = Franklin, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kroa', 0.0057904) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz033.txt [vaz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz034.txt centroid = (0.6512731, -1.3879591) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz034.txt description = Bedford, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('klyh', 0.0045002) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz034.txt [vaz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz035.txt centroid = (0.6563276, -1.3813426) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz035.txt description = Amherst, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('klyh', 0.0050861) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz035.txt [vaz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz036.txt centroid = (0.6595145, -1.3768327) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz036.txt description = Nelson, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kw13', 0.0051148) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz036.txt [vaz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz037.txt centroid = (0.6636283, -1.3710521) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz037.txt description = Albemarle, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kcho', 0.0024088) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz037.txt [vaz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz038.txt centroid = (0.6684210, -1.3695058) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz038.txt description = Greene, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kcho', 0.0028781) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz038.txt [vaz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz039.txt centroid = (0.6704455, -1.3662298) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz039.txt description = Madison, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('komh', 0.0043215) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz039.txt [vaz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz040.txt centroid = (0.6751719, -1.3641371) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz040.txt description = Rappahannock, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kfrr', 0.0042643) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz040.txt [vaz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz043.txt centroid = (0.6402356, -1.3940573) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz043.txt description = Henry, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kmtv', 0.0021812) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz043.txt [vaz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz044.txt centroid = (0.6424749, -1.3857495) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz044.txt description = Pittsylvania, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kdan', 0.0043600) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz044.txt [vaz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz045.txt centroid = (0.6496657, -1.3806392) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz045.txt description = Campbell, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('k0v4', 0.0018785) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz045.txt [vaz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz046.txt centroid = (0.6522679, -1.3755306) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz046.txt description = Appomattox, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('k0v4', 0.0049229) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz046.txt [vaz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz047.txt centroid = (0.6557586, -1.3705844) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz047.txt description = Buckingham, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kfvx', 0.0040970) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz047.txt [vaz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz048.txt centroid = (0.6604658, -1.3661984) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz048.txt description = Fluvanna, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('klku', 0.0051437) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz048.txt [vaz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz050.txt centroid = (0.6675239, -1.3615907) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz050.txt description = Orange, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('komh', 0.0004410) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz050.txt [vaz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz051.txt centroid = (0.6717092, -1.3605871) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz051.txt description = Culpeper, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kcjr', 0.0015023) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz051.txt [vaz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz052.txt centroid = (0.6755367, -1.3523143) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz052.txt description = Prince William/Manassas/Manassas Park, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('khef', 0.0005127) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz052.txt [vaz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz053.txt centroid = (0.6778632, -1.3487747) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz053.txt description = Fairfax, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kdaa', 0.0024969) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz053.txt [vaz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz054.txt centroid = (0.6781948, -1.3456297) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz054.txt description = Arlington/Falls Church/Alexandria, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kdca', 0.0009012) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz054.txt [vaz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz055.txt centroid = (0.6705782, -1.3519373) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz055.txt description = Stafford, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('krmn', 0.0004115) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz055.txt [vaz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz056.txt centroid = (0.6665098, -1.3552918) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz056.txt description = Spotsylvania, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kezf', 0.0030958) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz056.txt [vaz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz057.txt centroid = (0.6679881, -1.3466472) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz057.txt description = King George, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('knyg', 0.0044189) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz057.txt [vaz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz058.txt centroid = (0.6417052, -1.3777053) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz058.txt description = Halifax, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kw78', 0.0016264) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz058.txt [vaz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz059.txt centroid = (0.6459743, -1.3729039) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz059.txt description = Charlotte, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kcxe', 0.0044915) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz059.txt [vaz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz060.txt centroid = (0.6496866, -1.3690555) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz060.txt description = Prince Edward, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kfvx', 0.0021965) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz060.txt [vaz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz061.txt centroid = (0.6547079, -1.3656329) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz061.txt description = Cumberland, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kfvx', 0.0038480) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz061.txt [vaz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz062.txt centroid = (0.6583731, -1.3598977) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz062.txt description = Goochland, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('k7w4', 0.0048609) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz062.txt [vaz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz064.txt centroid = (0.6636998, -1.3499685) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz064.txt description = Caroline, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kezf', 0.0044099) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz064.txt [vaz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz065.txt centroid = (0.6401938, -1.3676871) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz065.txt description = Mecklenburg, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kcxe', 0.0027057) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz065.txt [vaz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz066.txt centroid = (0.6448328, -1.3655561) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz066.txt description = Lunenburg, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kw31', 0.0008128) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz066.txt [vaz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz067.txt centroid = (0.6482694, -1.3622504) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz067.txt description = Nottoway, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kw81', 0.0009311) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz067.txt [vaz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz068.txt centroid = (0.6516361, -1.3609397) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz068.txt description = Amelia, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kw81', 0.0031942) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz068.txt [vaz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz069.txt centroid = (0.6553746, -1.3598768) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz069.txt description = Powhatan, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kw81', 0.0069266) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz069.txt [vaz075] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz075.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz075.txt centroid = (0.6656092, -1.3391091) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz075.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz075.txt description = Westmoreland, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz075.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz075.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz075.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz075.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz075.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz075.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz075.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz075.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz075.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz075.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz075.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz075.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz075.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz075.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz075.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz075.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz075.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz075.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz075.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz075.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz075.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz075.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz075.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz075.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz075.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz075.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz075.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz075.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz075.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz075.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('k2w6', 0.0040028) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz075.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz075.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz075.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz075.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz075.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz075.txt [vaz076] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz076.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz076.txt centroid = (0.6622285, -1.3391021) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz076.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz076.txt description = Richmond, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz076.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz076.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz076.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz076.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz076.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz076.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz076.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz076.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz076.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz076.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz076.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz076.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz076.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz076.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz076.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz076.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz076.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz076.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz076.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz076.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz076.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz076.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz076.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz076.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz076.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz076.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz076.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz076.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz076.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz076.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kxsa', 0.0026818) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz076.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz076.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz076.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz076.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz076.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz076.txt [vaz077] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz077.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz077.txt centroid = (0.6612407, -1.3338295) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz077.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz077.txt description = Northumberland, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz077.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz077.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz077.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz077.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz077.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz077.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz077.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz077.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz077.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz077.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz077.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz077.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz077.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz077.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz077.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz077.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz077.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz077.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz077.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz077.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz077.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz077.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz077.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz077.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz077.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz077.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz077.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz077.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz077.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz077.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('knui', 0.0046032) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz077.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz077.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz077.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz077.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz077.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz077.txt [vaz078] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz078.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz078.txt centroid = (0.6586366, -1.3345660) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz078.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz078.txt description = Lancaster, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz078.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz078.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz078.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz078.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz078.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz078.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz078.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz078.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz078.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz078.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz078.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz078.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz078.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz078.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz078.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz078.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz078.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz078.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz078.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz078.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz078.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz078.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz078.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz078.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz078.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz078.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz078.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz078.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz078.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz078.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kw75', 0.0023645) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz078.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz078.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz078.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz078.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz078.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz078.txt [vaz079] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz079.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz079.txt centroid = (0.6416668, -1.3588959) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz079.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz079.txt description = Brunswick, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz079.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz079.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz079.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz079.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz079.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz079.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz079.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz079.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz079.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz079.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz079.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz079.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz079.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz079.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz079.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz079.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz079.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz079.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz079.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz079.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz079.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz079.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz079.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz079.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz079.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz079.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz079.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz079.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz079.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz079.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('klvl', 0.0009161) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz079.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz079.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz079.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz079.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz079.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz079.txt [vaz080] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz080.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz080.txt centroid = (0.6470965, -1.3549392) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz080.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz080.txt description = Dinwiddie, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz080.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz080.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz080.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz080.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz080.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz080.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz080.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz080.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz080.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz080.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz080.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz080.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz080.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz080.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz080.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz080.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz080.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz080.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz080.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz080.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz080.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz080.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz080.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz080.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz080.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz080.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz080.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz080.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz080.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz080.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kptb', 0.0024708) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz080.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz080.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz080.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz080.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz080.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz080.txt [vaz081] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz081.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz081.txt centroid = (0.6491141, -1.3480731) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz081.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz081.txt description = Prince George, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz081.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz081.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz081.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz081.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz081.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz081.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz081.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz081.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz081.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz081.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz081.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz081.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz081.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz081.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz081.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz081.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz081.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz081.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz081.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz081.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz081.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz081.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz081.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz081.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz081.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz081.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz081.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz081.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz081.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz081.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kptb', 0.0038648) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz081.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz081.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz081.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz081.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz081.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz081.txt [vaz082] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz082.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz082.txt centroid = (0.6499344, -1.3422053) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz082.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz082.txt description = Charles City, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz082.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz082.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz082.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz082.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz082.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz082.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz082.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz082.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz082.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz082.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz082.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz082.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz082.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz082.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz082.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz082.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz082.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz082.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz082.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz082.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz082.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz082.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz082.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz082.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz082.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz082.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz082.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz082.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz082.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz082.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kjgg', 0.0025965) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz082.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz082.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz082.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz082.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz082.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz082.txt [vaz083] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz083.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz083.txt centroid = (0.6545892, -1.3438547) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz083.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz083.txt description = New Kent, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz083.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz083.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz083.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz083.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz083.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz083.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz083.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz083.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz083.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz083.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz083.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz083.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz083.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz083.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz083.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz083.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz083.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz083.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz083.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz083.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz083.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz083.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz083.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz083.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz083.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz083.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz083.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz083.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz083.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz083.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kw96', 0.0017914) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz083.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz083.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz083.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz083.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz083.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz083.txt [vaz084] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz084.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz084.txt centroid = (0.6514424, -1.3352868) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz084.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz084.txt description = Gloucester, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz084.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz084.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz084.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz084.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz084.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz084.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz084.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz084.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz084.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz084.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz084.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz084.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz084.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz084.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz084.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz084.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz084.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz084.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz084.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz084.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz084.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz084.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz084.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz084.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz084.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz084.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz084.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz084.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz084.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz084.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kphf', 0.0033446) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz084.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz084.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz084.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz084.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz084.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz084.txt [vaz085] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz085.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz085.txt centroid = (0.6566941, -1.3348557) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz085.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz085.txt description = Middlesex, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz085.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz085.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz085.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz085.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz085.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz085.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz085.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz085.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz085.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz085.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz085.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz085.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz085.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz085.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz085.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz085.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz085.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz085.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz085.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz085.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz085.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz085.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz085.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz085.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz085.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz085.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz085.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz085.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz085.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz085.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kw75', 0.0006321) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz085.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz085.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz085.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz085.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz085.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz085.txt [vaz086] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz086.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz086.txt centroid = (0.6537602, -1.3324123) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz086.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz086.txt description = Mathews, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz086.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz086.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz086.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz086.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz086.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz086.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz086.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz086.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz086.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz086.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz086.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz086.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz086.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz086.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz086.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz086.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz086.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz086.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz086.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz086.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz086.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz086.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz086.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz086.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz086.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz086.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz086.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz086.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz086.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz086.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kw75', 0.0029145) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz086.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz086.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz086.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz086.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz086.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz086.txt [vaz087] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz087.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz087.txt centroid = (0.6401222, -1.3536599) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz087.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz087.txt description = Greensville, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz087.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz087.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz087.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz087.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz087.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz087.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz087.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz087.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz087.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz087.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz087.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz087.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz087.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz087.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz087.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz087.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz087.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz087.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz087.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz087.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz087.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz087.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz087.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz087.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz087.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz087.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz087.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz087.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz087.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz087.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kemv', 0.0010829) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz087.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz087.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz087.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz087.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz087.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz087.txt [vaz088] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz088.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz088.txt centroid = (0.6444070, -1.3484728) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz088.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz088.txt description = Sussex, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz088.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz088.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz088.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz088.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz088.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz088.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz088.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz088.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz088.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz088.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz088.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz088.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz088.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz088.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz088.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz088.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz088.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz088.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz088.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz088.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz088.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz088.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz088.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz088.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz088.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz088.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz088.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz088.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz088.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz088.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kakq', 0.0038061) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz088.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz088.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz088.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz088.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz088.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz088.txt [vaz089] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz089.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz089.txt centroid = (0.6478121, -1.3419540) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz089.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz089.txt description = Surry, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz089.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz089.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz089.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz089.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz089.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz089.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz089.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz089.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz089.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz089.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz089.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz089.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz089.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz089.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz089.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz089.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz089.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz089.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz089.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz089.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz089.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz089.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz089.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz089.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz089.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz089.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz089.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz089.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz089.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz089.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kakq', 0.0028027) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz089.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz089.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz089.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz089.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz089.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz089.txt [vaz090] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz090.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz090.txt centroid = (0.6514686, -1.3399678) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz090.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz090.txt description = James City, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz090.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz090.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz090.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz090.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz090.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz090.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz090.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz090.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz090.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz090.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz090.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz090.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz090.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz090.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz090.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz090.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz090.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz090.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz090.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz090.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz090.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz090.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz090.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz090.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz090.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz090.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz090.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz090.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz090.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz090.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kjgg', 0.0017268) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz090.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz090.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz090.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz090.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz090.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz090.txt [vaz092] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz092.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz092.txt centroid = (0.6408832, -1.3457152) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz092.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz092.txt description = Southampton, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz092.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz092.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz092.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz092.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz092.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz092.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz092.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz092.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz092.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz092.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz092.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz092.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz092.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz092.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz092.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz092.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz092.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz092.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz092.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz092.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz092.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz092.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz092.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz092.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz092.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz092.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz092.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz092.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz092.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz092.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kfkn', 0.0028726) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz092.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz092.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz092.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz092.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz092.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz092.txt [vaz093] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz093.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz093.txt centroid = (0.6441434, -1.3388264) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz093.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz093.txt description = Isle of Wight, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz093.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz093.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz093.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz093.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz093.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz093.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz093.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz093.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz093.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz093.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz093.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz093.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz093.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz093.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz093.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz093.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz093.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz093.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz093.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz093.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz093.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz093.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz093.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz093.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz093.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz093.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz093.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz093.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz093.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz093.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kfaf', 0.0041599) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz093.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz093.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz093.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz093.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz093.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz093.txt [vaz095] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz095.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz095.txt centroid = (0.6435937, -1.3315763) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz095.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz095.txt description = Norfolk/Portsmouth, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz095.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz095.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz095.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz095.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz095.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz095.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz095.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz095.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz095.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz095.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz095.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz095.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz095.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz095.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz095.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz095.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz095.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz095.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz095.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz095.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz095.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz095.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz095.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz095.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz095.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz095.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz095.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz095.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz095.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz095.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kngu', 0.0010199) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz095.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz095.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz095.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz095.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz095.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz095.txt [vaz096] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz096.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz096.txt centroid = (0.6439130, -1.3347388) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz096.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz096.txt description = Suffolk, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz096.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz096.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz096.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz096.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz096.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz096.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz096.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz096.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz096.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz096.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz096.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz096.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz096.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz096.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz096.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz096.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz096.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz096.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz096.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz096.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz096.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz096.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz096.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz096.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz096.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz096.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz096.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz096.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz096.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz096.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kpvg', 0.0020113) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz096.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz096.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz096.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz096.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz096.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz096.txt [vaz097] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz097.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz097.txt centroid = (0.6401484, -1.3317281) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz097.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz097.txt description = Chesapeake, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz097.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz097.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz097.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz097.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz097.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz097.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz097.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz097.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz097.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz097.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz097.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz097.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz097.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz097.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz097.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz097.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz097.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz097.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz097.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz097.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz097.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz097.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz097.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz097.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz097.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz097.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz097.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz097.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz097.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz097.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kcpk', 0.0003321) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz097.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz097.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz097.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz097.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz097.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz097.txt [vaz098] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz098.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz098.txt centroid = (0.6413980, -1.3274468) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz098.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz098.txt description = Virginia Beach, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz098.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz098.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz098.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz098.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz098.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz098.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz098.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz098.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz098.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz098.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz098.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz098.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz098.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz098.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz098.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz098.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz098.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz098.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz098.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz098.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz098.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz098.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz098.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz098.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz098.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz098.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz098.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz098.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz098.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz098.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kntu', 0.0012201) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz098.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz098.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz098.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz098.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz098.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz098.txt [vaz099] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz099.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz099.txt centroid = (0.6591393, -1.3202927) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz099.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz099.txt description = Accomack, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz099.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz099.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz099.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz099.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz099.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz099.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz099.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz099.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz099.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz099.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz099.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz099.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz099.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz099.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz099.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz099.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz099.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz099.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz099.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz099.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz099.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz099.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz099.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz099.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz099.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz099.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz099.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz099.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz099.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz099.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kmfv', 0.0026102) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz099.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz099.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz099.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz099.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz099.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz099.txt [vaz100] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/va/vaz100.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/va/vaz100.txt centroid = (0.6519957, -1.3246962) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/va/vaz100.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/va/vaz100.txt description = Northampton, VA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/va/vaz100.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/va/vaz100.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/va/vaz100.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/va/vaz100.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/va/vaz100.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/va/vaz100.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/va/vaz100.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/va/vaz100.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/va.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/va/vaz100.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/va/vaz100.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/va/vaz100.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/va/vaz100.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/va/vaz100.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/va/vaz100.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/va/vaz100.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/va.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/va/vaz100.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/va/vaz100.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/va/vaz100.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/va/vaz100.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/va/vaz100.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/va/vaz100.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/va/vaz100.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/va/vaz100.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/va.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/va/vaz100.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/va/vaz100.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/va/vaz100.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/va/vaz100.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/va/vaz100.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/va/vaz100.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/va/vaz100.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/va.txt station = ('kmfv', 0.0054411) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/va/vaz100.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/va/vaz100.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/va/vaz100.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/va/vaz100.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/va/vaz100.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz100.txt [vaz501] centroid = (0.6781302, -1.3593514) @@ -85018,1244 +85018,1244 @@ station = ('klfi', 0.0005753) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/va/vaz525.txt [viz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vi/viz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vi/viz001.txt centroid = (0.3201440, -1.1319577) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vi/viz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vi/viz001.txt description = St. Thomas...St. John... and Adjacent Islands, VI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vi/viz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vi/viz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vi/viz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vi/viz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vi/viz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vi/viz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vi/viz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vi/viz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vi/viz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vi/viz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vi/viz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vi/viz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vi/viz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vi/viz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vi/viz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vi/viz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vi/viz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vi/viz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vi/viz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vi/viz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vi/viz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vi/viz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vi/viz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vi/viz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vi/viz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vi/viz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vi/viz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vi/viz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vi/viz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vi/viz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vi.txt station = ('tist', 0.0021095) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vi/viz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vi/viz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vi/viz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vi/viz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vi/viz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vi/viz001.txt [viz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vi/viz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vi/viz002.txt centroid = (0.3095045, -1.1304096) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vi/viz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vi/viz002.txt description = St Croix, VI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vi/viz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vi/viz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vi/viz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vi/viz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vi/viz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vi/viz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vi/viz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vi/viz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vi/viz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vi/viz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vi/viz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vi/viz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vi/viz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vi/viz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vi/viz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vi/viz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vi/viz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vi/viz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vi/viz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vi/viz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vi/viz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vi/viz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vi/viz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vi/viz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vi/viz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vi/viz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vi/viz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vi/viz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vi/viz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vi/viz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vi.txt station = ('tisx', 0.0007913) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vi/viz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vi/viz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vi/viz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vi/viz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vi/viz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vi/viz002.txt [vtz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz001.txt centroid = (0.7818517, -1.2792356) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz001.txt description = Grand Isle, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('kpbg', 0.0033327) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz001.txt [vtz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz002.txt centroid = (0.7828098, -1.2746838) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz002.txt description = Western Franklin, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('kfso', 0.0015917) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz002.txt [vtz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz003.txt centroid = (0.7824102, -1.2608922) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz003.txt description = Orleans, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('kefk', 0.0009098) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz003.txt [vtz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz004.txt -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz004.txt description = Essex, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz004.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz004.txt [vtz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz005.txt centroid = (0.7763102, -1.2768166) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz005.txt description = Western Chittenden, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('kbtv', 0.0002336) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz005.txt [vtz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz006.txt centroid = (0.7785163, -1.2678316) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz006.txt description = Lamoille, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('kmvl', 0.0012999) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz006.txt [vtz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz007.txt centroid = (0.7760554, -1.2584208) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz007.txt description = Caledonia, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('k1v4', 0.0013560) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz007.txt [vtz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz008.txt centroid = (0.7727166, -1.2673691) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz008.txt description = Washington, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('kmpv', 0.0014160) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz008.txt [vtz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz009.txt centroid = (0.7683201, -1.2782687) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz009.txt description = Western Addison, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('k6b0', 0.0019120) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz009.txt [vtz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz010.txt centroid = (0.7680426, -1.2632152) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz010.txt description = Orange, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('kmpv', 0.0041435) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz010.txt [vtz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz011.txt centroid = (0.7607122, -1.2765303) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz011.txt description = Western Rutland, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('krut', 0.0025680) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz011.txt [vtz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz012.txt centroid = (0.7606110, -1.2668560) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz012.txt description = Windsor, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('kvsf', 0.0041045) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz012.txt [vtz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz013.txt centroid = (0.7511112, -1.2757118) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz013.txt description = Bennington, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('kddh', 0.0033286) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz013.txt [vtz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz014.txt centroid = (0.7505178, -1.2703676) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz014.txt description = Western Windham, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('kvsf', 0.0069864) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz014.txt [vtz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz015.txt centroid = (0.7499243, -1.2663812) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz015.txt description = Eastern Windham, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('keen', 0.0039084) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz015.txt [vtz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz016.txt centroid = (0.7830629, -1.2692994) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz016.txt description = Eastern Franklin, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('cwfq', 0.0034734) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz016.txt [vtz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz017.txt centroid = (0.7753398, -1.2728459) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz017.txt description = Eastern Chittenden, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('kbtv', 0.0028576) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz017.txt [vtz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz018.txt centroid = (0.7687582, -1.2735214) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz018.txt description = Eastern Addison, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('k6b0', 0.0019403) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz018.txt [vtz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/vt/vtz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/vt/vtz019.txt centroid = (0.7604626, -1.2718825) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/vt/vtz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/vt/vtz019.txt description = Eastern Rutland, VT -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/vt/vtz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/vt/vtz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/vt/vtz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/vt/vtz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/vt/vtz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/vt/vtz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/vt/vtz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/vt/vtz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/vt.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/vt/vtz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/vt/vtz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/vt/vtz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/vt/vtz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/vt/vtz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/vt/vtz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/vt/vtz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/vt.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/vt/vtz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/vt/vtz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/vt/vtz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/vt/vtz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/vt/vtz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/vt/vtz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/vt/vtz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/vt/vtz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/vt.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/vt/vtz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/vt/vtz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/vt/vtz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/vt/vtz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/vt/vtz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/vt/vtz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/vt/vtz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/vt.txt station = ('krut', 0.0011728) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/vt/vtz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/vt/vtz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/vt/vtz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/vt/vtz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/vt/vtz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/vt/vtz019.txt [waz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz001.txt centroid = (0.8478565, -2.1461040) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz001.txt description = San Juan County, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kfhr', 0.0013544) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz001.txt [waz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz019.txt centroid = (0.8045793, -2.1290312) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz019.txt description = South Washington Cascades, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kttd', 0.0109288) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz019.txt [waz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz020.txt centroid = (0.8116113, -2.1541639) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz020.txt description = Willapa Hills, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kcls', 0.0061713) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz020.txt [waz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz021.txt centroid = (0.8113250, -2.1606740) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz021.txt description = South Washington Coast, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kast', 0.0059463) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz021.txt [waz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz022.txt centroid = (0.8060925, -2.1457444) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz022.txt description = Lower Columbia and I - 5 Corridor in Cowlitz County, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kkls', 0.0013080) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz022.txt [waz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz024.txt centroid = (0.7980221, -2.1096894) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz024.txt description = East Columbia River Gorge, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kdls', 0.0040006) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz024.txt [waz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz026.txt centroid = (0.8193082, -2.0998754) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz026.txt description = Kittitas Valley, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('keln', 0.0030513) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz026.txt [waz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz027.txt centroid = (0.8104105, -2.0998405) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz027.txt description = Yakima Valley, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kykm', 0.0035363) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz027.txt [waz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz028.txt centroid = (0.8087385, -2.0801253) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz028.txt description = Lower Columbia Basin, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kpsc', 0.0014656) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz028.txt [waz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz029.txt centroid = (0.8082934, -2.0631939) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz029.txt description = Foothills of the Blue Mountains, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kalw', 0.0037949) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz029.txt [waz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz030.txt centroid = (0.8054834, -2.0562213) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz030.txt description = Northwest Blue Mountains, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kalw', 0.0057605) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz030.txt [waz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz031.txt centroid = (0.8062845, -2.0488403) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz031.txt description = Northeast Blue Mountains, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('klws', 0.0053915) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz031.txt [waz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz032.txt centroid = (0.8102167, -2.0486587) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz032.txt description = Lower Garfield and Asotin Counties, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('klws', 0.0044731) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz032.txt [waz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz033.txt centroid = (0.8190341, -2.0508806) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz033.txt description = Washington Palouse, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kpuw', 0.0055911) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz033.txt [waz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz034.txt centroid = (0.8204932, -2.0855253) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz034.txt description = Moses Lake Area, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kmwh', 0.0039029) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz034.txt [waz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz035.txt centroid = (0.8265094, -2.0701630) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz035.txt description = Upper Columbia Basin, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('keph', 0.0107505) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz035.txt [waz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz036.txt centroid = (0.8310926, -2.0527341) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz036.txt description = Spokane Area, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kska', 0.0004360) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz036.txt [waz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz037.txt centroid = (0.8448825, -2.0527725) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz037.txt description = Northeast Mountains, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kdew', 0.0079915) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz037.txt [waz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz038.txt centroid = (0.8470589, -2.0716831) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz038.txt description = Okanogan Highlands, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('cwyy', 0.0121515) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz038.txt [waz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz039.txt centroid = (0.7983066, -2.1384699) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz039.txt description = Greater Vancouver Area, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kvuo', 0.0026298) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz039.txt [waz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz040.txt centroid = (0.8034431, -2.1380580) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz040.txt description = South Washington Cascade Foothills, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('kkls', 0.0050341) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz040.txt [waz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz041.txt centroid = (0.8312933, -2.0982732) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz041.txt description = Wenatchee Area, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('keat', 0.0040158) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz041.txt [waz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz042.txt centroid = (0.8428125, -2.1016592) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz042.txt description = East Slopes Northern Cascades, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('komk', 0.0108762) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz042.txt [waz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz043.txt centroid = (0.8438597, -2.0848290) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz043.txt description = Okanogan Valley, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('komk', 0.0021766) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz043.txt [waz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wa/waz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wa/waz044.txt centroid = (0.8319548, -2.0888607) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wa/waz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wa/waz044.txt description = Waterville Plateau, WA -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wa/waz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wa/waz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wa/waz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wa/waz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wa/waz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wa/waz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wa/waz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wa/waz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wa.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wa/waz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wa/waz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wa/waz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wa/waz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wa/waz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wa/waz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wa/waz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wa.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wa/waz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wa/waz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wa/waz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wa/waz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wa/waz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wa/waz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wa/waz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wa/waz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wa.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wa/waz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wa/waz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wa/waz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wa/waz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wa/waz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wa/waz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wa/waz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wa.txt station = ('keph', 0.0067071) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wa/waz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wa/waz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wa/waz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wa/waz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wa/waz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz044.txt [waz045] description = Unknown zone in WA @@ -86398,3298 +86398,3298 @@ station = ('kcls', 0.0012174) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wa/waz569.txt [wiz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz001.txt centroid = (0.8103721, -1.6042141) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz001.txt description = Douglas, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kolg', 0.0023476) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz001.txt [wiz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz002.txt centroid = (0.8119987, -1.5917507) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz002.txt description = Bayfield, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kasx', 0.0034387) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz002.txt [wiz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz003.txt centroid = (0.8083458, -1.5826314) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz003.txt description = Ashland, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kasx', 0.0050086) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz003.txt [wiz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz004.txt centroid = (0.8074295, -1.5750200) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz004.txt description = Iron, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kiwd', 0.0049079) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz004.txt [wiz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz005.txt centroid = (0.8037747, -1.5623280) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz005.txt description = Vilas, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('karv', 0.0033729) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz005.txt [wiz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz006.txt centroid = (0.8004551, -1.6121187) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz006.txt description = Burnett, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('krzn', 0.0006993) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz006.txt [wiz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz007.txt centroid = (0.8010939, -1.6020587) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz007.txt description = Washburn, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('khyr', 0.0046189) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz007.txt [wiz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz008.txt centroid = (0.8007571, -1.5907751) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz008.txt description = Sawyer, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('khyr', 0.0044064) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz008.txt [wiz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz009.txt centroid = (0.7972734, -1.5771039) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz009.txt description = Price, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kpbh', 0.0005818) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz009.txt [wiz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz010.txt centroid = (0.7977132, -1.5624484) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz010.txt description = Oneida, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('krhi', 0.0013453) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz010.txt [wiz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz011.txt centroid = (0.7970447, -1.5493358) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz011.txt description = Forest, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kegv', 0.0076237) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz011.txt [wiz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz012.txt centroid = (0.8002055, -1.5428396) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz012.txt description = Florence, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kimt', 0.0034682) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz012.txt [wiz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz013.txt centroid = (0.7950167, -1.5377922) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz013.txt description = Northern Marinette County, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kimt', 0.0046360) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz013.txt [wiz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz014.txt centroid = (0.7934511, -1.6134068) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz014.txt description = Polk, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('koeo', 0.0040494) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz014.txt [wiz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz015.txt centroid = (0.7927949, -1.6030570) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz015.txt description = Barron, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('krpd', 0.0009217) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz015.txt [wiz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz016.txt centroid = (0.7936902, -1.5905727) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz016.txt description = Rusk, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('krcx', 0.0016683) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz016.txt [wiz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz017.txt centroid = (0.7890895, -1.5795439) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz017.txt description = Taylor, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kmdz', 0.0031052) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz017.txt [wiz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz018.txt centroid = (0.7912886, -1.5661642) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz018.txt description = Lincoln, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('ktkv', 0.0024525) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz018.txt [wiz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz019.txt centroid = (0.7899779, -1.5545979) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz019.txt description = Langlade, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kaig', 0.0019919) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz019.txt [wiz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz020.txt centroid = (0.7854750, -1.5482816) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz020.txt description = Menominee, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kezs', 0.0041763) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz020.txt [wiz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz021.txt centroid = (0.7888993, -1.5433196) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz021.txt description = Northern Oconto County, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kezs', 0.0073555) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz021.txt [wiz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz022.txt centroid = (0.7844121, -1.5239744) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz022.txt description = Door, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('ksue', 0.0020426) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz022.txt [wiz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz023.txt centroid = (0.7859916, -1.6136058) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz023.txt description = St. Croix, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('krnh', 0.0022551) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz023.txt [wiz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz024.txt centroid = (0.7805043, -1.6130752) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz024.txt description = Pierce, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('krgk', 0.0023917) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz024.txt [wiz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz025.txt centroid = (0.7844662, -1.6038948) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz025.txt description = Dunn, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('klum', 0.0010128) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz025.txt [wiz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz026.txt centroid = (0.7781184, -1.6057308) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz026.txt description = Pepin, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('klum', 0.0056479) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz026.txt [wiz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz027.txt centroid = (0.7866094, -1.5931348) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz027.txt description = Chippewa, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('keau', 0.0043394) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz027.txt [wiz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz028.txt centroid = (0.7806299, -1.5932413) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz028.txt description = Eau Claire, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('keau', 0.0034543) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz028.txt [wiz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz029.txt centroid = (0.7807678, -1.5814795) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz029.txt description = Clark, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kmdz', 0.0074471) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz029.txt [wiz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz030.txt centroid = (0.7836232, -1.5665901) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz030.txt description = Marathon, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kcwa', 0.0023091) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz030.txt [wiz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz031.txt centroid = (0.7817190, -1.5492520) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz031.txt description = Shawano, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kezs', 0.0025467) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz031.txt [wiz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz032.txt centroid = (0.7745754, -1.6014181) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz032.txt description = Buffalo, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kona', 0.0052207) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz032.txt [wiz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz033.txt centroid = (0.7732507, -1.5945066) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz033.txt description = Trempealeau, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kona', 0.0057529) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz033.txt [wiz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz034.txt centroid = (0.7735142, -1.5848497) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz034.txt description = Jackson, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kbck', 0.0013296) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz034.txt [wiz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz035.txt centroid = (0.7758914, -1.5715224) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz035.txt description = Wood, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kisw', 0.0030225) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz035.txt [wiz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz036.txt centroid = (0.7762526, -1.5620959) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz036.txt description = Portage, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kste', 0.0012564) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz036.txt [wiz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz037.txt centroid = (0.7761549, -1.5527287) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz037.txt description = Waupaca, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kpcz', 0.0024690) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz037.txt [wiz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz038.txt centroid = (0.7752072, -1.5440038) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz038.txt description = Outagamie, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('katw', 0.0029702) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz038.txt [wiz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz039.txt centroid = (0.7758634, -1.5359456) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz039.txt description = Brown, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kgrb', 0.0017014) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz039.txt [wiz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz040.txt centroid = (0.7769525, -1.5291772) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz040.txt description = Kewaunee, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('ksue', 0.0063280) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz040.txt [wiz041] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz041.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz041.txt centroid = (0.7663130, -1.5902602) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz041.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz041.txt description = La Crosse, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz041.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz041.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz041.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz041.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz041.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz041.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz041.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz041.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz041.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz041.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz041.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz041.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz041.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz041.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz041.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz041.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz041.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz041.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz041.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz041.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz041.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz041.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz041.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz041.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz041.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz041.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz041.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz041.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz041.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz041.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('klse', 0.0017429) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz041.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz041.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz041.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz041.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz041.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz041.txt [wiz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz042.txt centroid = (0.7669972, -1.5815807) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz042.txt description = Monroe, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kcmy', 0.0015223) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz042.txt [wiz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz043.txt centroid = (0.7666271, -1.5727860) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz043.txt description = Juneau, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('k82c', 0.0015265) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz043.txt [wiz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz044.txt centroid = (0.7674143, -1.5667925) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz044.txt description = Adams, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('k82c', 0.0051504) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz044.txt [wiz045] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz045.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz045.txt centroid = (0.7699188, -1.5575824) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz045.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz045.txt description = Waushara, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz045.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz045.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz045.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz045.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz045.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz045.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz045.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz045.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz045.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz045.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz045.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz045.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz045.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz045.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz045.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz045.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz045.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz045.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz045.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz045.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz045.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz045.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz045.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz045.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz045.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz045.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz045.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz045.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz045.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz045.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('ky50', 0.0014704) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz045.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz045.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz045.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz045.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz045.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz045.txt [wiz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz046.txt centroid = (0.7647963, -1.5603034) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz046.txt description = Marquette, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('ky50', 0.0040486) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz046.txt [wiz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz047.txt centroid = (0.7644594, -1.5541284) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz047.txt description = Green Lake, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('ky50', 0.0053239) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz047.txt [wiz048] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz048.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz048.txt centroid = (0.7691474, -1.5471401) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz048.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz048.txt description = Winnebago, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz048.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz048.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz048.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz048.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz048.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz048.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz048.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz048.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz048.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz048.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz048.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz048.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz048.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz048.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz048.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz048.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz048.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz048.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz048.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz048.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz048.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz048.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz048.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz048.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz048.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz048.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz048.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz048.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz048.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz048.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kosh', 0.0021432) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz048.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz048.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz048.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz048.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz048.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz048.txt [wiz049] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz049.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz049.txt centroid = (0.7693708, -1.5396946) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz049.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz049.txt description = Calumet, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz049.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz049.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz049.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz049.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz049.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz049.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz049.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz049.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz049.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz049.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz049.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz049.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz049.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz049.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz049.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz049.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz049.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz049.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz049.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz049.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz049.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz049.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz049.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz049.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz049.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz049.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz049.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz049.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz049.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz049.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('katw', 0.0047550) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz049.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz049.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz049.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz049.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz049.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz049.txt [wiz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz050.txt centroid = (0.7700358, -1.5325666) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz050.txt description = Manitowoc, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kmtw', 0.0015994) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz050.txt [wiz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz051.txt centroid = (0.7636444, -1.5444104) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz051.txt description = Fond Du Lac, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kfld', 0.0002362) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz051.txt [wiz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz052.txt centroid = (0.7630789, -1.5349368) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz052.txt description = Sheboygan, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('ksbm', 0.0016194) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz052.txt [wiz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz053.txt centroid = (0.7608571, -1.5853594) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz053.txt description = Vernon, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('ky51', 0.0008542) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz053.txt [wiz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz054.txt centroid = (0.7546716, -1.5870453) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz054.txt description = Crawford, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kovs', 0.0035172) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz054.txt [wiz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz055.txt centroid = (0.7570470, -1.5782925) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz055.txt description = Richland, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('klnr', 0.0041800) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz055.txt [wiz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz056.txt centroid = (0.7579406, -1.5698957) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz056.txt description = Sauk, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kc35', 0.0017869) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz056.txt [wiz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz057.txt centroid = (0.7586335, -1.5591689) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz057.txt description = Columbia, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kmsn', 0.0058185) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz057.txt [wiz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz058.txt centroid = (0.7577591, -1.5482379) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz058.txt description = Dodge, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kunu', 0.0001868) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz058.txt [wiz059] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz059.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz059.txt centroid = (0.7569214, -1.5399180) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz059.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz059.txt description = Washington, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz059.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz059.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz059.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz059.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz059.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz059.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz059.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz059.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz059.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz059.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz059.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz059.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz059.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz059.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz059.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz059.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz059.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz059.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz059.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz059.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz059.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz059.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz059.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz059.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz059.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz059.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz059.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz059.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz059.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz059.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('ketb', 0.0016063) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz059.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz059.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz059.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz059.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz059.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz059.txt [wiz060] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz060.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz060.txt centroid = (0.7571902, -1.5350433) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz060.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz060.txt description = Ozaukee, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz060.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz060.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz060.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz060.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz060.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz060.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz060.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz060.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz060.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz060.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz060.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz060.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz060.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz060.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz060.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz060.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz060.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz060.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz060.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz060.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz060.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz060.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz060.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz060.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz060.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz060.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz060.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz060.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz060.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz060.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('ketb', 0.0023371) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz060.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz060.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz060.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz060.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz060.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz060.txt [wiz061] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz061.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz061.txt centroid = (0.7481790, -1.5831218) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz061.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz061.txt description = Grant, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz061.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz061.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz061.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz061.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz061.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz061.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz061.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz061.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz061.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz061.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz061.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz061.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz061.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz061.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz061.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz061.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz061.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz061.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz061.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz061.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz061.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz061.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz061.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz061.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz061.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz061.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz061.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz061.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz061.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz061.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kpvb', 0.0046072) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz061.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz061.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz061.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz061.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz061.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz061.txt [wiz062] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz062.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz062.txt centroid = (0.7505003, -1.5731595) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz062.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz062.txt description = Iowa, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz062.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz062.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz062.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz062.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz062.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz062.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz062.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz062.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz062.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz062.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz062.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz062.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz062.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz062.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz062.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz062.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz062.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz062.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz062.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz062.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz062.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz062.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz062.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz062.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz062.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz062.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz062.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz062.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz062.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz062.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kmrj', 0.0023592) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz062.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz062.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz062.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz062.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz062.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz062.txt [wiz063] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz063.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz063.txt centroid = (0.7516679, -1.5606437) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz063.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz063.txt description = Dane, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz063.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz063.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz063.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz063.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz063.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz063.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz063.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz063.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz063.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz063.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz063.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz063.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz063.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz063.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz063.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz063.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz063.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz063.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz063.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz063.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz063.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz063.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz063.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz063.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz063.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz063.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz063.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz063.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz063.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz063.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kmsn', 0.0014428) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz063.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz063.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz063.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz063.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz063.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz063.txt [wiz064] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz064.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz064.txt centroid = (0.7508564, -1.5494318) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz064.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz064.txt description = Jefferson, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz064.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz064.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz064.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz064.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz064.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz064.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz064.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz064.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz064.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz064.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz064.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz064.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz064.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz064.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz064.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz064.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz064.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz064.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz064.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz064.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz064.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz064.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz064.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz064.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz064.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz064.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz064.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz064.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz064.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz064.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kryv', 0.0026538) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz064.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz064.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz064.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz064.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz064.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz064.txt [wiz065] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz065.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz065.txt centroid = (0.7508075, -1.5412043) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz065.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz065.txt description = Waukesha, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz065.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz065.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz065.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz065.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz065.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz065.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz065.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz065.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz065.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz065.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz065.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz065.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz065.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz065.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz065.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz065.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz065.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz065.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz065.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz065.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz065.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz065.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz065.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz065.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz065.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz065.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz065.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz065.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz065.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz065.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kues', 0.0009509) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz065.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz065.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz065.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz065.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz065.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz065.txt [wiz066] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz066.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz066.txt centroid = (0.7506155, -1.5353085) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz066.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz066.txt description = Milwaukee, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz066.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz066.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz066.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz066.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz066.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz066.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz066.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz066.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz066.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz066.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz066.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz066.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz066.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz066.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz066.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz066.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz066.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz066.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz066.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz066.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz066.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz066.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz066.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz066.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz066.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz066.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz066.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz066.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz066.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz066.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kmke', 0.0013109) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz066.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz066.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz066.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz066.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz066.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz066.txt [wiz067] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz067.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz067.txt centroid = (0.7445662, -1.5730949) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz067.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz067.txt description = Lafayette, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz067.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz067.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz067.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz067.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz067.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz067.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz067.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz067.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz067.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz067.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz067.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz067.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz067.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz067.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz067.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz067.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz067.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz067.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz067.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz067.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz067.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz067.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz067.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz067.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz067.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz067.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz067.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz067.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz067.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz067.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kmrj', 0.0041280) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz067.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz067.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz067.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz067.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz067.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz067.txt [wiz068] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz068.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz068.txt centroid = (0.7449065, -1.5638534) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz068.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz068.txt description = Green, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz068.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz068.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz068.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz068.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz068.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz068.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz068.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz068.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz068.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz068.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz068.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz068.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz068.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz068.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz068.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz068.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz068.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz068.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz068.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz068.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz068.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz068.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz068.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz068.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz068.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz068.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz068.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz068.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz068.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz068.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('keft', 0.0011438) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz068.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz068.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz068.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz068.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz068.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz068.txt [wiz069] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz069.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz069.txt centroid = (0.7447529, -1.5545927) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz069.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz069.txt description = Rock, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz069.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz069.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz069.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz069.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz069.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz069.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz069.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz069.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz069.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz069.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz069.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz069.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz069.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz069.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz069.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz069.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz069.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz069.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz069.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz069.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz069.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz069.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz069.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz069.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz069.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz069.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz069.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz069.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz069.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz069.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kjvl', 0.0010711) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz069.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz069.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz069.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz069.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz069.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz069.txt [wiz070] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz070.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz070.txt centroid = (0.7447058, -1.5453477) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz070.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz070.txt description = Walworth, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz070.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz070.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz070.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz070.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz070.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz070.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz070.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz070.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz070.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz070.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz070.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz070.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz070.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz070.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz070.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz070.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz070.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz070.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz070.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz070.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz070.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz070.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz070.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz070.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz070.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz070.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz070.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz070.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz070.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz070.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('k57c', 0.0031230) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz070.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz070.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz070.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz070.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz070.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz070.txt [wiz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz071.txt centroid = (0.7460881, -1.5368514) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz071.txt description = Racine, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kenw', 0.0030144) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz071.txt [wiz072] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz072.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz072.txt centroid = (0.7431036, -1.5366193) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz072.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz072.txt description = Kenosha, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz072.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz072.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz072.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz072.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz072.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz072.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz072.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz072.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz072.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz072.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz072.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz072.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz072.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz072.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz072.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz072.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz072.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz072.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz072.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz072.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz072.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz072.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz072.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz072.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz072.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz072.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz072.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz072.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz072.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz072.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kenw', 0.0014519) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz072.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz072.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz072.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz072.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz072.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz072.txt [wiz073] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz073.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz073.txt centroid = (0.7886689, -1.5349734) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz073.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz073.txt description = Southern Marinette County, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz073.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz073.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz073.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz073.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz073.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz073.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz073.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz073.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz073.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz073.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz073.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz073.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz073.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz073.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz073.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz073.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz073.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz073.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz073.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz073.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz073.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz073.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz073.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz073.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz073.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz073.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz073.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz073.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz073.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz073.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kmnm', 0.0039799) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz073.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz073.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz073.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz073.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz073.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz073.txt [wiz074] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wi/wiz074.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wi/wiz074.txt centroid = (0.7833544, -1.5383157) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wi/wiz074.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wi/wiz074.txt description = Southern Oconto County, WI -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wi/wiz074.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wi/wiz074.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wi/wiz074.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wi/wiz074.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wi/wiz074.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wi/wiz074.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wi/wiz074.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wi/wiz074.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wi.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wi/wiz074.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wi/wiz074.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wi/wiz074.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wi/wiz074.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wi/wiz074.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wi/wiz074.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wi/wiz074.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wi.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wi/wiz074.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wi/wiz074.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wi/wiz074.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wi/wiz074.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wi/wiz074.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wi/wiz074.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wi/wiz074.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wi/wiz074.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wi.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wi/wiz074.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wi/wiz074.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wi/wiz074.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wi/wiz074.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wi/wiz074.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wi/wiz074.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wi/wiz074.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wi.txt station = ('kocq', 0.0028410) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wi/wiz074.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wi/wiz074.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wi/wiz074.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wi/wiz074.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wi/wiz074.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wi/wiz074.txt [wvz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz001.txt centroid = (0.7072301, -1.4062798) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz001.txt description = Hancock, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kpit', 0.0045680) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz001.txt [wvz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz002.txt centroid = (0.7029017, -1.4063252) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz002.txt description = Brooke, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('khlg', 0.0021031) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz002.txt [wvz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz003.txt centroid = (0.6998229, -1.4070652) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz003.txt description = Ohio, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('khlg', 0.0012864) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz003.txt [wvz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz004.txt centroid = (0.6956987, -1.4078419) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz004.txt description = Marshall, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('khlg', 0.0053449) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz004.txt [wvz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz005.txt centroid = (0.6657750, -1.4386225) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz005.txt description = Wayne, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('khts', 0.0042025) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz005.txt [wvz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz006.txt centroid = (0.6705607, -1.4353884) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz006.txt description = Cabell, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('khts', 0.0043200) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz006.txt [wvz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz007.txt centroid = (0.6766607, -1.4316325) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz007.txt description = Mason, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kuni', 0.0081639) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz007.txt [wvz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz008.txt centroid = (0.6777881, -1.4254942) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz008.txt description = Jackson, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kcrw', 0.0082270) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz008.txt [wvz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz009.txt centroid = (0.6843628, -1.4227051) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz009.txt description = Wood, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kpkb', 0.0023071) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz009.txt [wvz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz010.txt centroid = (0.6871518, -1.4165197) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz010.txt description = Pleasants, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kpkb', 0.0039604) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz010.txt [wvz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz011.txt centroid = (0.6887994, -1.4117078) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz011.txt description = Tyler, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kckb', 0.0094649) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz011.txt [wvz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz012.txt centroid = (0.6912429, -1.4074178) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz012.txt description = Wetzel, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kckb', 0.0077976) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz012.txt [wvz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz013.txt centroid = (0.6662847, -1.4324004) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz013.txt description = Lincoln, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('k6l4', 0.0059694) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz013.txt [wvz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz014.txt centroid = (0.6721019, -1.4295817) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz014.txt description = Putnam, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kcrw', 0.0048971) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz014.txt [wvz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz015.txt centroid = (0.6690981, -1.4229338) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz015.txt description = Kanawha, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kcrw', 0.0011161) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz015.txt [wvz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz016.txt centroid = (0.6756868, -1.4197957) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz016.txt description = Roane, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kcrw', 0.0069682) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz016.txt [wvz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz017.txt centroid = (0.6810694, -1.4203245) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz017.txt description = Wirt, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kpkb', 0.0055121) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz017.txt [wvz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz018.txt centroid = (0.6779644, -1.4157675) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz018.txt description = Calhoun, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kpkb', 0.0096477) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz018.txt [wvz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz019.txt centroid = (0.6837903, -1.4148145) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz019.txt description = Ritchie, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kpkb', 0.0058898) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz019.txt [wvz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz020.txt centroid = (0.6853768, -1.4086029) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz020.txt description = Doddridge, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kckb', 0.0066457) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz020.txt [wvz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz021.txt centroid = (0.6895796, -1.4005115) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz021.txt description = Marion, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kckb', 0.0036829) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz021.txt [wvz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz024.txt centroid = (0.6584499, -1.4335192) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz024.txt description = Mingo, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('k6l4', 0.0037672) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz024.txt [wvz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz025.txt centroid = (0.6602860, -1.4300408) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz025.txt description = Logan, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('k6l4', 0.0004984) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz025.txt [wvz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz026.txt centroid = (0.6636283, -1.4261312) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz026.txt description = Boone, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('k6l4', 0.0040580) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz026.txt [wvz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz027.txt centroid = (0.6712990, -1.4150257) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz027.txt description = Clay, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kcrw', 0.0073722) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz027.txt [wvz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz028.txt centroid = (0.6754389, -1.4088176) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz028.txt description = Braxton, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kw22', 0.0080811) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz028.txt [wvz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz029.txt centroid = (0.6793537, -1.4112226) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz029.txt description = Gilmer, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kw22', 0.0081215) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz029.txt [wvz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz030.txt centroid = (0.6806051, -1.4050284) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz030.txt description = Lewis, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kw22', 0.0031957) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz030.txt [wvz031] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz031.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz031.txt centroid = (0.6856264, -1.4028922) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz031.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz031.txt description = Harrison, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz031.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz031.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz031.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz031.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz031.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz031.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz031.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz031.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz031.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz031.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz031.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz031.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz031.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz031.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz031.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz031.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz031.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz031.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz031.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz031.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz031.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz031.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz031.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz031.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz031.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz031.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz031.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz031.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz031.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz031.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kckb', 0.0022223) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz031.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz031.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz031.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz031.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz031.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz031.txt [wvz032] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz032.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz032.txt centroid = (0.6865427, -1.3970680) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz032.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz032.txt description = Taylor, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz032.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz032.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz032.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz032.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz032.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz032.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz032.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz032.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz032.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz032.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz032.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz032.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz032.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz032.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz032.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz032.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz032.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz032.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz032.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz032.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz032.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz032.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz032.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz032.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz032.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz032.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz032.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz032.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz032.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz032.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kckb', 0.0023873) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz032.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz032.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz032.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz032.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz032.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz032.txt [wvz033] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz033.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz033.txt centroid = (0.6523779, -1.4251242) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz033.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz033.txt description = McDowell, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz033.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz033.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz033.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz033.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz033.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz033.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz033.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz033.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz033.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz033.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz033.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz033.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz033.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz033.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz033.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz033.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz033.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz033.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz033.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz033.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz033.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz033.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz033.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz033.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz033.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz033.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz033.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz033.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz033.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz033.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('ki16', 0.0040857) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz033.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz033.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz033.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz033.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz033.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz033.txt [wvz034] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz034.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz034.txt centroid = (0.6564114, -1.4233003) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz034.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz034.txt description = Wyoming, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz034.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz034.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz034.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz034.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz034.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz034.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz034.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz034.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz034.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz034.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz034.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz034.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz034.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz034.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz034.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz034.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz034.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz034.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz034.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz034.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz034.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz034.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz034.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz034.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz034.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz034.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz034.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz034.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz034.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz034.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('ki16', 0.0002141) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz034.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz034.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz034.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz034.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz034.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz034.txt [wvz035] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz035.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz035.txt centroid = (0.6592353, -1.4180556) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz035.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz035.txt description = Raleigh, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz035.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz035.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz035.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz035.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz035.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz035.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz035.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz035.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz035.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz035.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz035.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz035.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz035.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz035.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz035.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz035.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz035.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz035.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz035.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz035.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz035.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz035.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz035.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz035.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz035.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz035.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz035.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz035.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz035.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz035.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kbkw', 0.0018870) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz035.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz035.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz035.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz035.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz035.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz035.txt [wvz036] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz036.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz036.txt centroid = (0.6637278, -1.4151322) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz036.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz036.txt description = Fayette, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz036.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz036.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz036.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz036.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz036.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz036.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz036.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz036.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz036.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz036.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz036.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz036.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz036.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz036.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz036.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz036.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz036.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz036.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz036.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz036.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz036.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz036.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz036.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz036.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz036.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz036.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz036.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz036.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz036.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz036.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kbkw', 0.0040232) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz036.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz036.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz036.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz036.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz036.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz036.txt [wvz037] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz037.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz037.txt centroid = (0.6683162, -1.4102138) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz037.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz037.txt description = Nicholas, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz037.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz037.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz037.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz037.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz037.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz037.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz037.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz037.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz037.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz037.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz037.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz037.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz037.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz037.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz037.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz037.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz037.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz037.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz037.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz037.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz037.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz037.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz037.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz037.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz037.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz037.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz037.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz037.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz037.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz037.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('klwb', 0.0092262) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz037.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz037.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz037.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz037.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz037.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz037.txt [wvz038] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz038.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz038.txt centroid = (0.6718593, -1.4036269) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz038.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz038.txt description = Webster, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz038.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz038.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz038.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz038.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz038.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz038.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz038.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz038.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz038.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz038.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz038.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz038.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz038.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz038.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz038.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz038.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz038.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz038.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz038.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz038.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz038.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz038.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz038.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz038.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz038.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz038.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz038.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz038.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz038.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz038.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kw22', 0.0090688) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz038.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz038.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz038.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz038.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz038.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz038.txt [wvz039] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz039.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz039.txt centroid = (0.6788947, -1.4003370) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz039.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz039.txt description = Upshur, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz039.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz039.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz039.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz039.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz039.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz039.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz039.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz039.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz039.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz039.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz039.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz039.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz039.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz039.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz039.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz039.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz039.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz039.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz039.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz039.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz039.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz039.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz039.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz039.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz039.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz039.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz039.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz039.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz039.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz039.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kw22', 0.0018400) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz039.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz039.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz039.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz039.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz039.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz039.txt [wvz040] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz040.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz040.txt centroid = (0.6829980, -1.3963158) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz040.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz040.txt description = Barbour, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz040.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz040.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz040.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz040.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz040.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz040.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz040.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz040.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz040.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz040.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz040.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz040.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz040.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz040.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz040.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz040.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz040.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz040.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz040.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz040.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz040.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz040.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz040.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz040.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz040.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz040.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz040.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz040.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz040.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz040.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kckb', 0.0041053) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz040.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz040.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz040.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz040.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz040.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz040.txt [wvz042] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz042.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz042.txt centroid = (0.6528491, -1.4156610) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz042.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz042.txt description = Mercer, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz042.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz042.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz042.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz042.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz042.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz042.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz042.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz042.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz042.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz042.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz042.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz042.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz042.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz042.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz042.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz042.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz042.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz042.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz042.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz042.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz042.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz042.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz042.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz042.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz042.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz042.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz042.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz042.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz042.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz042.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kblf', 0.0022139) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz042.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz042.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz042.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz042.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz042.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz042.txt [wvz043] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz043.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz043.txt centroid = (0.6572194, -1.4112488) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz043.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz043.txt description = Summers, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz043.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz043.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz043.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz043.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz043.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz043.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz043.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz043.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz043.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz043.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz043.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz043.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz043.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz043.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz043.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz043.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz043.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz043.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz043.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz043.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz043.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz043.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz043.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz043.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz043.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz043.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz043.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz043.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz043.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz043.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kbkw', 0.0043607) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz043.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz043.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz043.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz043.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz043.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz043.txt [wvz044] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz044.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz044.txt centroid = (0.6555526, -1.4058714) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz044.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz044.txt description = Monroe, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz044.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz044.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz044.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz044.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz044.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz044.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz044.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz044.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz044.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz044.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz044.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz044.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz044.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz044.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz044.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz044.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz044.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz044.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz044.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz044.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz044.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz044.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz044.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz044.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz044.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz044.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz044.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz044.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz044.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz044.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('klwb', 0.0057350) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz044.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz044.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz044.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz044.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz044.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz044.txt [wvz046] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz046.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz046.txt centroid = (0.6690161, -1.3963978) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz046.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz046.txt description = Pocahontas, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz046.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz046.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz046.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz046.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz046.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz046.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz046.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz046.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz046.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz046.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz046.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz046.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz046.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz046.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz046.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz046.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz046.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz046.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz046.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz046.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz046.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz046.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz046.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz046.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz046.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz046.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz046.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz046.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz046.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz046.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('khsp', 0.0070805) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz046.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz046.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz046.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz046.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz046.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz046.txt [wvz047] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz047.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz047.txt centroid = (0.6767462, -1.3940957) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz047.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz047.txt description = Randolph, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz047.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz047.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz047.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz047.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz047.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz047.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz047.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz047.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz047.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz047.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz047.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz047.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz047.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz047.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz047.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz047.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz047.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz047.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz047.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz047.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz047.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz047.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz047.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz047.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz047.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz047.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz047.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz047.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz047.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz047.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kekn', 0.0019282) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz047.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz047.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz047.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz047.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz047.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz047.txt [wvz050] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz050.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz050.txt centroid = (0.6862128, -1.3720766) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz050.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz050.txt description = Hampshire, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz050.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz050.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz050.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz050.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz050.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz050.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz050.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz050.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz050.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz050.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz050.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz050.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz050.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz050.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz050.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz050.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz050.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz050.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz050.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz050.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz050.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz050.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz050.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz050.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz050.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz050.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz050.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz050.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz050.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz050.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kcbe', 0.0055666) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz050.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz050.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz050.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz050.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz050.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz050.txt [wvz051] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz051.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz051.txt centroid = (0.6904592, -1.3658563) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz051.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz051.txt description = Morgan, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz051.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz051.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz051.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz051.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz051.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz051.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz051.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz051.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz051.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz051.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz051.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz051.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz051.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz051.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz051.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz051.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz051.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz051.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz051.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz051.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz051.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz051.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz051.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz051.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz051.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz051.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz051.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz051.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz051.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz051.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kmrb', 0.0046377) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz051.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz051.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz051.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz051.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz051.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz051.txt [wvz052] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz052.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz052.txt centroid = (0.6887785, -1.3618368) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz052.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz052.txt description = Berkeley, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz052.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz052.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz052.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz052.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz052.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz052.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz052.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz052.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz052.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz052.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz052.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz052.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz052.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz052.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz052.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz052.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz052.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz052.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz052.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz052.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz052.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz052.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz052.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz052.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz052.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz052.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz052.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz052.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz052.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz052.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kmrb', 0.0012673) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz052.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz052.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz052.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz052.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz052.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz052.txt [wvz053] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz053.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz053.txt centroid = (0.6860470, -1.3589622) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz053.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz053.txt description = Jefferson, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz053.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz053.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz053.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz053.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz053.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz053.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz053.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz053.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz053.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz053.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz053.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz053.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz053.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz053.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz053.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz053.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz053.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz053.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz053.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz053.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz053.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz053.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz053.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz053.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz053.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz053.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz053.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz053.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz053.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz053.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kmrb', 0.0022906) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz053.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz053.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz053.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz053.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz053.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz053.txt [wvz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wv/wvz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wv/wvz055.txt centroid = (0.6808093, -1.3763300) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wv/wvz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wv/wvz055.txt description = Hardy, WV -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wv/wvz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wv/wvz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wv/wvz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wv/wvz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wv/wvz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wv/wvz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wv/wvz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wv/wvz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wv.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wv/wvz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wv/wvz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wv/wvz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wv/wvz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wv/wvz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wv/wvz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wv/wvz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wv.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wv/wvz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wv/wvz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wv/wvz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wv/wvz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wv/wvz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wv/wvz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wv/wvz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wv/wvz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wv.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wv/wvz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wv/wvz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wv/wvz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wv/wvz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wv/wvz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wv/wvz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wv/wvz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wv.txt station = ('kw99', 0.0037599) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wv/wvz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wv/wvz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wv/wvz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wv/wvz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wv/wvz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz055.txt [wvz501] centroid = (0.6845967, -1.3837232) @@ -89776,1030 +89776,1030 @@ station = ('kekn', 0.0055763) zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wv/wvz514.txt [wyz001] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz001.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz001.txt centroid = (0.7783750, -1.9294074) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz001.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz001.txt description = Yellowstone National Park, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz001.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz001.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz001.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz001.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz001.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz001.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz001.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz001.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz001.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz001.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz001.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz001.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz001.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz001.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz001.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz001.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz001.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz001.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz001.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz001.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz001.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz001.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz001.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz001.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz001.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz001.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz001.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz001.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz001.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz001.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kp60', 0.0018199) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz001.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz001.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz001.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz001.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz001.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz001.txt [wyz002] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz002.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz002.txt centroid = (0.7717357, -1.9120448) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz002.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz002.txt description = Absaroka Mountains, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz002.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz002.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz002.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz002.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz002.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz002.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz002.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz002.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz002.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz002.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz002.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz002.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz002.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz002.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz002.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz002.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz002.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz002.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz002.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz002.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz002.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz002.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz002.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz002.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz002.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz002.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz002.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz002.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz002.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz002.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kcod', 0.0084822) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz002.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz002.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz002.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz002.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz002.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz002.txt [wyz003] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz003.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz003.txt centroid = (0.7759629, -1.9032170) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz003.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz003.txt description = Cody Foothills, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz003.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz003.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz003.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz003.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz003.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz003.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz003.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz003.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz003.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz003.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz003.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz003.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz003.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz003.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz003.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz003.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz003.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz003.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz003.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz003.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz003.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz003.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz003.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz003.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz003.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz003.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz003.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz003.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz003.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz003.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kcod', 0.0010654) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz003.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz003.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz003.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz003.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz003.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz003.txt [wyz004] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz004.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz004.txt centroid = (0.7774517, -1.8902055) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz004.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz004.txt description = North Big Horn Basin, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz004.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz004.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz004.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz004.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz004.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz004.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz004.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz004.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz004.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz004.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz004.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz004.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz004.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz004.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz004.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz004.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz004.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz004.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz004.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz004.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz004.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz004.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz004.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz004.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz004.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz004.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz004.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz004.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz004.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz004.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kgey', 0.0027496) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz004.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz004.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz004.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz004.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz004.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz004.txt [wyz005] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz005.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz005.txt centroid = (0.7640598, -1.8898059) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz005.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz005.txt description = Southwest Big Horn Basin, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz005.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz005.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz005.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz005.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz005.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz005.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz005.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz005.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz005.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz005.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz005.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz005.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz005.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz005.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz005.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz005.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz005.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz005.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz005.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz005.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz005.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz005.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz005.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz005.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz005.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz005.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz005.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz005.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz005.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz005.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('khsg', 0.0017962) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz005.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz005.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz005.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz005.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz005.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz005.txt [wyz006] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz006.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz006.txt centroid = (0.7669378, -1.8818088) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz006.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz006.txt description = Southeast Big Horn Basin, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz006.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz006.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz006.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz006.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz006.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz006.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz006.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz006.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz006.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz006.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz006.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz006.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz006.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz006.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz006.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz006.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz006.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz006.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz006.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz006.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz006.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz006.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz006.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz006.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz006.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz006.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz006.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz006.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz006.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz006.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kwrl', 0.0016915) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz006.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz006.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz006.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz006.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz006.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz006.txt [wyz007] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz007.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz007.txt centroid = (0.7604923, -1.8890327) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz007.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz007.txt description = Owl Creek and Bridger Mountains, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz007.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz007.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz007.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz007.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz007.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz007.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz007.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz007.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz007.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz007.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz007.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz007.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz007.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz007.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz007.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz007.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz007.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz007.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz007.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz007.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz007.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz007.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz007.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz007.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz007.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz007.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz007.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz007.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz007.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz007.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('ktbx', 0.0018509) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz007.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz007.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz007.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz007.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz007.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz007.txt [wyz008] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz008.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz008.txt centroid = (0.7723396, -1.8756739) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz008.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz008.txt description = Bighorn Mountains West, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz008.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz008.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz008.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz008.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz008.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz008.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz008.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz008.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz008.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz008.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz008.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz008.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz008.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz008.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz008.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz008.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz008.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz008.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz008.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz008.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz008.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz008.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz008.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz008.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz008.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz008.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz008.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz008.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz008.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz008.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kwrl', 0.0078243) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz008.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz008.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz008.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz008.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz008.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz008.txt [wyz009] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz009.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz009.txt centroid = (0.7663723, -1.8679613) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz009.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz009.txt description = Bighorn Mountains Southeast, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz009.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz009.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz009.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz009.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz009.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz009.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz009.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz009.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz009.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz009.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz009.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz009.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz009.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz009.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz009.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz009.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz009.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz009.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz009.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz009.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz009.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz009.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz009.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz009.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz009.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz009.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz009.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz009.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz009.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz009.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kbyg', 0.0091276) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz009.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz009.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz009.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz009.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz009.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz009.txt [wyz010] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz010.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz010.txt centroid = (0.7743677, -1.8575522) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz010.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz010.txt description = Northeast Johnson County, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz010.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz010.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz010.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz010.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz010.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz010.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz010.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz010.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz010.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz010.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz010.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz010.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz010.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz010.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz010.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz010.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz010.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz010.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz010.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz010.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz010.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz010.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz010.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz010.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz010.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz010.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz010.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz010.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz010.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz010.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kbyg', 0.0035874) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz010.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz010.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz010.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz010.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz010.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz010.txt [wyz011] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz011.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz011.txt centroid = (0.7648138, -1.8576726) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz011.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz011.txt description = Southeast Johnson County, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz011.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz011.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz011.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz011.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz011.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz011.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz011.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz011.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz011.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz011.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz011.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz011.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz011.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz011.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz011.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz011.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz011.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz011.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz011.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz011.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz011.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz011.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz011.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz011.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz011.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz011.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz011.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz011.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz011.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz011.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kbyg', 0.0104291) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz011.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz011.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz011.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz011.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz011.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz011.txt [wyz012] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz012.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz012.txt centroid = (0.7625047, -1.9286848) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz012.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz012.txt description = Teton and Gros Ventre Mountains, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz012.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz012.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz012.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz012.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz012.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz012.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz012.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz012.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz012.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz012.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz012.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz012.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz012.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz012.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz012.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz012.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz012.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz012.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz012.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz012.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz012.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz012.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz012.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz012.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz012.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz012.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz012.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz012.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz012.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz012.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kjac', 0.0032642) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz012.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz012.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz012.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz012.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz012.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz012.txt [wyz013] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz013.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz013.txt centroid = (0.7617629, -1.9318421) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz013.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz013.txt description = Jackson Hole, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz013.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz013.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz013.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz013.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz013.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz013.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz013.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz013.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz013.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz013.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz013.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz013.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz013.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz013.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz013.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz013.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz013.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz013.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz013.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz013.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz013.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz013.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz013.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz013.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz013.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz013.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz013.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz013.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz013.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz013.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kjac', 0.0009953) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz013.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz013.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz013.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz013.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz013.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz013.txt [wyz014] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz014.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz014.txt centroid = (0.7489068, -1.9110011) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz014.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz014.txt description = Wind River Mountains West, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz014.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz014.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz014.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz014.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz014.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz014.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz014.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz014.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz014.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz014.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz014.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz014.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz014.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz014.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz014.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz014.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz014.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz014.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz014.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz014.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz014.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz014.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz014.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz014.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz014.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz014.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz014.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz014.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz014.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz014.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kpna', 0.0044902) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz014.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz014.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz014.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz014.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz014.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz014.txt [wyz015] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz015.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz015.txt centroid = (0.7513573, -1.9073918) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz015.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz015.txt description = Wind River Mountains East, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz015.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz015.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz015.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz015.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz015.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz015.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz015.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz015.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz015.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz015.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz015.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz015.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz015.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz015.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz015.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz015.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz015.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz015.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz015.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz015.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz015.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz015.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz015.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz015.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz015.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz015.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz015.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz015.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz015.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz015.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('klnd', 0.0081432) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz015.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz015.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz015.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz015.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz015.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz015.txt [wyz016] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz016.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz016.txt centroid = (0.7583543, -1.9083256) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz016.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz016.txt description = Upper Wind River Basin, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz016.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz016.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz016.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz016.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz016.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz016.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz016.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz016.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz016.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz016.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz016.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz016.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz016.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz016.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz016.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz016.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz016.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz016.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz016.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz016.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz016.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz016.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz016.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz016.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz016.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz016.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz016.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz016.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz016.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz016.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kdub', 0.0047636) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz016.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz016.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz016.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz016.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz016.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz016.txt [wyz017] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz017.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz017.txt centroid = (0.7528600, -1.8897622) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz017.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz017.txt description = Wind River Basin, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz017.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz017.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz017.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz017.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz017.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz017.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz017.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz017.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz017.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz017.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz017.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz017.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz017.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz017.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz017.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz017.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz017.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz017.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz017.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz017.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz017.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz017.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz017.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz017.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz017.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz017.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz017.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz017.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz017.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz017.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kriw', 0.0025303) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz017.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz017.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz017.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz017.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz017.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz017.txt [wyz018] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz018.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz018.txt centroid = (0.7469486, -1.8961048) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz018.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz018.txt description = Lander Foothills, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz018.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz018.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz018.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz018.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz018.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz018.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz018.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz018.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz018.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz018.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz018.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz018.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz018.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz018.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz018.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz018.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz018.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz018.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz018.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz018.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz018.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz018.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz018.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz018.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz018.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz018.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz018.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz018.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz018.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz018.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('klnd', 0.0012582) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz018.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz018.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz018.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz018.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz018.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz018.txt [wyz019] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz019.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz019.txt centroid = (0.7406811, -1.8834494) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz019.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz019.txt description = Green Mountains and Rattlesnake Range, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz019.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz019.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz019.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz019.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz019.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz019.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz019.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz019.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz019.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz019.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz019.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz019.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz019.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz019.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz019.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz019.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz019.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz019.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz019.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz019.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz019.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz019.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz019.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz019.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz019.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz019.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz019.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz019.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz019.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz019.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('klnd', 0.0124292) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz019.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz019.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz019.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz019.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz019.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz019.txt [wyz020] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz020.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz020.txt centroid = (0.7516435, -1.8618876) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz020.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz020.txt description = Natrona County Lower Elevations, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz020.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz020.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz020.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz020.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz020.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz020.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz020.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz020.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz020.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz020.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz020.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz020.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz020.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz020.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz020.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz020.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz020.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz020.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz020.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz020.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz020.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz020.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz020.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz020.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz020.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz020.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz020.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz020.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz020.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz020.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kcpr', 0.0039618) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz020.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz020.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz020.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz020.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz020.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz020.txt [wyz021] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz021.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz021.txt centroid = (0.7206046, -1.9294196) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz021.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz021.txt description = Southwest Wyoming, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz021.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz021.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz021.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz021.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz021.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz021.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz021.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz021.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz021.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz021.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz021.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz021.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz021.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz021.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz021.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz021.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz021.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz021.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz021.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz021.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz021.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz021.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz021.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz021.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz021.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz021.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz021.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz021.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz021.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz021.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kfbr', 0.0026266) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz021.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz021.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz021.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz021.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz021.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz021.txt [wyz022] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz022.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz022.txt centroid = (0.7436167, -1.8546514) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz022.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz022.txt description = Casper Mountain, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz022.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz022.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz022.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz022.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz022.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz022.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz022.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz022.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz022.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz022.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz022.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz022.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz022.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz022.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz022.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz022.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz022.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz022.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz022.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz022.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz022.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz022.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz022.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz022.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz022.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz022.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz022.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz022.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz022.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz022.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kcpr', 0.0057513) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz022.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz022.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz022.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz022.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz022.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz022.txt [wyz023] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz023.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz023.txt centroid = (0.7481075, -1.9370013) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz023.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz023.txt description = Star Valley, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz023.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz023.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz023.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz023.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz023.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz023.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz023.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz023.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz023.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz023.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz023.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz023.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz023.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz023.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz023.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz023.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz023.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz023.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz023.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz023.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz023.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz023.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz023.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz023.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz023.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz023.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz023.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz023.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz023.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz023.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kafo', 0.0027041) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz023.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz023.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz023.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz023.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz023.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz023.txt [wyz024] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz024.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz024.txt centroid = (0.7428575, -1.9314756) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz024.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz024.txt description = Salt River and Wyoming Ranges, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz024.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz024.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz024.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz024.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz024.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz024.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz024.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz024.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz024.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz024.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz024.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz024.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz024.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz024.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz024.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz024.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz024.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz024.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz024.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz024.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz024.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz024.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz024.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz024.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz024.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz024.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz024.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz024.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz024.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz024.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kafo', 0.0043998) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz024.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz024.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz024.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz024.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz024.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz024.txt [wyz025] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz025.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz025.txt centroid = (0.7501477, -1.9205463) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz025.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz025.txt description = Upper Green River Basin Foothills, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz025.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz025.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz025.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz025.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz025.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz025.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz025.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz025.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz025.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz025.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz025.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz025.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz025.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz025.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz025.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz025.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz025.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz025.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz025.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz025.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz025.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz025.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz025.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz025.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz025.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz025.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz025.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz025.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz025.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz025.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kpna', 0.0043874) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz025.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz025.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz025.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz025.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz025.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz025.txt [wyz026] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz026.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz026.txt centroid = (0.7390370, -1.9159230) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz026.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz026.txt description = Upper Green River Basin, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz026.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz026.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz026.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz026.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz026.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz026.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz026.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz026.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz026.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz026.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz026.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz026.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz026.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz026.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz026.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz026.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz026.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz026.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz026.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz026.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz026.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz026.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz026.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz026.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz026.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz026.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz026.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz026.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz026.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz026.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kbpi', 0.0059227) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz026.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz026.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz026.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz026.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz026.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz026.txt [wyz027] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz027.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz027.txt centroid = (0.7299176, -1.9295872) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz027.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz027.txt description = South Lincoln County, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz027.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz027.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz027.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz027.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz027.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz027.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz027.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz027.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz027.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz027.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz027.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz027.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz027.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz027.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz027.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz027.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz027.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz027.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz027.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz027.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz027.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz027.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz027.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz027.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz027.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz027.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz027.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz027.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz027.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz027.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kemm', 0.0000420) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz027.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz027.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz027.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz027.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz027.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz027.txt [wyz028] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz028.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz028.txt centroid = (0.7253222, -1.9141427) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz028.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz028.txt description = Rock Springs and Green River, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz028.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz028.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz028.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz028.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz028.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz028.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz028.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz028.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz028.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz028.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz028.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz028.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz028.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz028.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz028.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz028.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz028.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz028.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz028.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz028.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz028.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz028.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz028.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz028.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz028.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz028.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz028.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz028.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz028.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz028.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('krks', 0.0081578) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz028.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz028.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz028.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz028.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz028.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz028.txt [wyz029] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz029.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz029.txt centroid = (0.7198157, -1.9100447) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz029.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz029.txt description = Flaming Gorge, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz029.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz029.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz029.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz029.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz029.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz029.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz029.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz029.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz029.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz029.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz029.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz029.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz029.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz029.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz029.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz029.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz029.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz029.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz029.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz029.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz029.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz029.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz029.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz029.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz029.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz029.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz029.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz029.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz029.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz029.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('krks', 0.0080420) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz029.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz029.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz029.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz029.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz029.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz029.txt [wyz030] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz030.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz030.txt centroid = (0.7257114, -1.8922720) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz030.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz030.txt description = East Sweetwater County, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz030.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz030.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz030.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz030.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz030.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz030.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz030.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz030.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz030.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz030.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz030.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz030.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz030.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz030.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz030.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz030.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz030.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz030.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz030.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz030.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz030.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz030.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz030.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz030.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz030.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz030.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz030.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz030.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz030.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz030.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('krks', 0.0082414) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz030.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz030.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz030.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz030.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz030.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz030.txt [wyz054] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz054.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz054.txt centroid = (0.7783470, -1.8421898) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz054.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz054.txt description = Northern Campbell, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz054.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz054.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz054.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz054.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz054.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz054.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz054.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz054.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz054.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz054.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz054.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz054.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz054.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz054.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz054.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz054.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz054.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz054.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz054.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz054.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz054.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz054.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz054.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz054.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz054.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz054.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz054.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz054.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz054.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz054.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kgcc', 0.0045844) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz054.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz054.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz054.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz054.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz054.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz054.txt [wyz055] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz055.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz055.txt centroid = (0.7652152, -1.8421566) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz055.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz055.txt description = Southern Campbell, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz055.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz055.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz055.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz055.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz055.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz055.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz055.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz055.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz055.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz055.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz055.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz055.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz055.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz055.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz055.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz055.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz055.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz055.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz055.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz055.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz055.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz055.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz055.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz055.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz055.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz055.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz055.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz055.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz055.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz055.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kgcc', 0.0085475) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz055.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz055.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz055.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz055.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz055.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz055.txt [wyz056] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz056.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz056.txt centroid = (0.7786141, -1.8291330) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz056.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz056.txt description = Western Crook, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz056.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz056.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz056.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz056.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz056.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz056.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz056.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz056.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz056.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz056.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz056.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz056.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz056.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz056.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz056.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz056.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz056.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz056.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz056.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz056.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz056.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz056.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz056.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz056.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz056.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz056.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz056.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz056.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz056.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz056.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kw43', 0.0029993) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz056.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz056.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz056.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz056.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz056.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz056.txt [wyz057] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz057.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz057.txt centroid = (0.7747691, -1.8205931) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz057.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz057.txt description = Wyoming Black Hills, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz057.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz057.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz057.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz057.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz057.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz057.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz057.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz057.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz057.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz057.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz057.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz057.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz057.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz057.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz057.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz057.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz057.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz057.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz057.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz057.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz057.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz057.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz057.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz057.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz057.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz057.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz057.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz057.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz057.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz057.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kw43', 0.0056855) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz057.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz057.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz057.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz057.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz057.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz057.txt [wyz058] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz058.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz058.txt centroid = (0.7645799, -1.8259844) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz058.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz058.txt description = Weston, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz058.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz058.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz058.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz058.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz058.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz058.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz058.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz058.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz058.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz058.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz058.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz058.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz058.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz058.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz058.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz058.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz058.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz058.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz058.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz058.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz058.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz058.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz058.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz058.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz058.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz058.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz058.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz058.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz058.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz058.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kecs', 0.0039987) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz058.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz058.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz058.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz058.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz058.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz058.txt [wyz071] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz071.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz071.txt centroid = (0.7827906, -1.8182264) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz071.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz071.txt description = Northeastern Crook, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz071.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz071.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz071.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz071.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz071.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz071.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz071.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz071.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz071.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz071.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz071.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz071.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz071.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz071.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz071.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz071.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz071.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz071.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz071.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz071.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz071.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz071.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz071.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz071.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz071.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz071.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz071.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz071.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz071.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz071.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kw43', 0.0059015) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz071.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz071.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz071.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz071.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz071.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz071.txt [wyz098] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz098.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz098.txt centroid = (0.7815270, -1.8760893) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz098.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz098.txt description = Northeast Big Horn Mountains, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz098.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz098.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz098.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz098.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz098.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz098.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz098.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz098.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz098.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz098.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz098.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz098.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz098.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz098.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz098.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz098.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz098.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz098.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz098.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz098.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz098.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz098.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz098.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz098.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz098.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz098.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz098.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz098.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz098.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz098.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kshr', 0.0065121) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz098.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz098.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz098.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz098.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz098.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz098.txt [wyz099] -area_conditions = http://weather.noaa.gov/pub/data/observations/state_roundup/wy/wyz099.txt +area_conditions = http://tgftp.nws.noaa.gov/data/observations/state_roundup/wy/wyz099.txt centroid = (0.7818098, -1.8614704) -coastal_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/coastal/wy/wyz099.txt +coastal_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/coastal/wy/wyz099.txt description = Sheridan Foothills, WY -extended_forecast = http://weather.noaa.gov/pub/data/forecasts/extended/wy/wyz099.txt -flash_flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/statement/wy/wyz099.txt -flash_flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/warning/wy/wyz099.txt -flash_flood_watch = http://weather.noaa.gov/pub/data/watches_warnings/flash_flood/watch/wy/wyz099.txt -flood_statement = http://weather.noaa.gov/pub/data/watches_warnings/flood/statement/wy/wyz099.txt -flood_warning = http://weather.noaa.gov/pub/data/watches_warnings/flood/warning/wy/wyz099.txt -local_forecast = http://weather.noaa.gov/pub/data/forecasts/local/wy/wyz099.txt -marine_weather_statement = http://weather.noaa.gov/pub/data/forecasts/marine/weather_stmt/wy/wyz099.txt -precipitation_and_temperature_summary = http://weather.noaa.gov/pub/data/summaries/max_min_temp_and_precip/wy.txt -river_statement = http://weather.noaa.gov/pub/data/forecasts/river/stmt/wy/wyz099.txt -severe_thunderstorm_warning = http://weather.noaa.gov/pub/data/watches_warnings/thunderstorm/wy/wyz099.txt -severe_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/severe_weather_stmt/wy/wyz099.txt -short_term_forecast = http://weather.noaa.gov/pub/data/forecasts/nowcast/wy/wyz099.txt -special_marine_warning = http://weather.noaa.gov/pub/data/watches_warnings/special_marine/wy/wyz099.txt -special_weather_statement = http://weather.noaa.gov/pub/data/watches_warnings/special_weather_stmt/wy/wyz099.txt -state_forecast = http://weather.noaa.gov/pub/data/forecasts/state/wy/wyz099.txt -state_weather_summary = http://weather.noaa.gov/pub/data/summaries/weather/wy.txt +extended_forecast = http://tgftp.nws.noaa.gov/data/forecasts/extended/wy/wyz099.txt +flash_flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/statement/wy/wyz099.txt +flash_flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/warning/wy/wyz099.txt +flash_flood_watch = http://tgftp.nws.noaa.gov/data/watches_warnings/flash_flood/watch/wy/wyz099.txt +flood_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/statement/wy/wyz099.txt +flood_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/flood/warning/wy/wyz099.txt +local_forecast = http://tgftp.nws.noaa.gov/data/forecasts/local/wy/wyz099.txt +marine_weather_statement = http://tgftp.nws.noaa.gov/data/forecasts/marine/weather_stmt/wy/wyz099.txt +precipitation_and_temperature_summary = http://tgftp.nws.noaa.gov/data/summaries/max_min_temp_and_precip/wy.txt +river_statement = http://tgftp.nws.noaa.gov/data/forecasts/river/stmt/wy/wyz099.txt +severe_thunderstorm_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/thunderstorm/wy/wyz099.txt +severe_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/severe_weather_stmt/wy/wyz099.txt +short_term_forecast = http://tgftp.nws.noaa.gov/data/forecasts/nowcast/wy/wyz099.txt +special_marine_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/special_marine/wy/wyz099.txt +special_weather_statement = http://tgftp.nws.noaa.gov/data/watches_warnings/special_weather_stmt/wy/wyz099.txt +state_forecast = http://tgftp.nws.noaa.gov/data/forecasts/state/wy/wyz099.txt +state_weather_summary = http://tgftp.nws.noaa.gov/data/summaries/weather/wy.txt station = ('kshr', 0.0038987) -tornado_warning = http://weather.noaa.gov/pub/data/watches_warnings/tornado/wy/wyz099.txt -urgent_weather_message = http://weather.noaa.gov/pub/data/watches_warnings/non_precip/wy/wyz099.txt -zone_forecast = http://weather.noaa.gov/pub/data/forecasts/zone/wy/wyz099.txt +tornado_warning = http://tgftp.nws.noaa.gov/data/watches_warnings/tornado/wy/wyz099.txt +urgent_weather_message = http://tgftp.nws.noaa.gov/data/watches_warnings/non_precip/wy/wyz099.txt +zone_forecast = http://tgftp.nws.noaa.gov/data/forecasts/zone/wy/wyz099.txt [wyz101] centroid = (0.7517831, -1.8406120) -- 2.11.0